I am reading a file in my program. The file contains the date, Open, High, Low, and Close, all of them seperated by a comma. When I use f.readln() it reads the entire line of data. Once I get this data how can I break it into the areas I need (specifically the data under Close)? (Tried using f.read() and did not get any luck that way either.)
In Visual Basic they have right$(), left$(), mid$() so you can easily manipulate the string to get the numbers you need. But I can't find anything like that in EFS. Can anyone point me in the right direction please.
Jack
In Visual Basic they have right$(), left$(), mid$() so you can easily manipulate the string to get the numbers you need. But I can't find anything like that in EFS. Can anyone point me in the right direction please.
Jack
Comment