04-18-2007 08:30 AM
04-18-2007 08:40 AM
06-06-2008 09:19 AM
06-06-2008 09:55 AM
Read From Text String does read every character and using substrings does not skip anything.
The only thing Read From Text File does is convert EOL if you have selected that mode.
06-06-2008 10:36 AM
06-06-2008 10:54 AM - edited 06-06-2008 10:54 AM
06-09-2008 01:10 PM
06-10-2008 10:14 AM
06-10-2008 10:55 AM - edited 06-10-2008 10:57 AM
Some additional comments:
lava wrote:
I wish to read from a text file in a for loop and that on every iteration i read one charachter and proceed to the next one.can anyone help me?