01-04-2007 10:17 PM
01-04-2007 11:22 PM
01-04-2007 11:31 PM
The first read function is set to read lines. when you do this an array will be the output of the first read function. Either parse a normal read function string for the file you want or search and index the string array when set to read lines.
I attached an example that will open all files in the file using a for loop. I do not reccomend you implement this, it was meant for illustration between the different read function settings
Chris Co.
01-04-2007 11:32 PM
01-04-2007 11:55 PM
01-05-2007 12:05 AM
Thanks, dude!
You´re right! at the end of line I have /r/n...
I removed and now is working.
Thanks everybody
Julio