Hi…
I’m really not understanding if i’m doing some big mistake, or something is really wrong…
this is my code:
Dim totalLinhas As Integer
totalLinhas = texto.CountFields(EndOfLine)
i’m getting “totalLinhas=1” !!!
this is part of my text:
?PHP
// Cabeçalho para exibir erros (remova em produção)
ini_set(‘display_errors’, 1);
ini_set(‘display_startup_errors’, 1);
error_reporting(E_ALL);
and this is the start of the hexcode…
3F 5048 500D 2F2F 2043 6162 65C3 A761 6068 6F20 7061 7261 2065 7869 6269 7220 6572 726F 7320 2872 656D 6F76 6120 656D 2070 726F 6475 CЗA7 СЗА3 6F29 0D69 6E69 5F73 6574 2827 6469 7370 6C61 795F 6572 726F 7273 272C 2031 293B 0D69 6E69 5F73 6574 2827 6469 7370 6C61 795F 7374 6172 7475 705F 6572 726F 7273 272C 2031 293B 0D65 7272 6F72 5F72 6570 6F72 7469 6E67 2845 5F41 4C4C 293B 0DOD 696E 636C 7564 655F 6F6E 6365 2827 7068 7073 2F64 622E 7068 7027 293B 0D69 6E63 6C75 6465 5F6F 6E63 6528 2770 6870 732F 6675 6E63 7469 6F6E 732E 7068 7027 293B 0D3F 3EOD 3C21 444F 4354 5950 4520 6874 6D6C 3E0D 3C68 746D 6C20 6C61 6E67 3D22 7074 2D42 5222 3E0D 3C68 6561 643E 0D3C 6D65 7461 2068 7474 702D 6571 7569 763D 2243 6F6E 7465 6E74 2D54 7970 6522 2063 6F6E 7465 6E74 3D22 7465 7874 2F68 746D 6C3B 6368 6172 7365 743D 5554 462D 3822 3E0D 3C6D 6574 6120 6E61
as you can see, there are a lot of RETURN
why the countFields is not working?
Thank you guys!