Hello,
Why do this method don't take into account the first caracter ?
I have the following line in a txt file :
"testline";"100";"120";
When I try to do :
line:= file.ReadLine
and when I debug the line var, the first char is missing.
any help please ?