I have another question
Is there a way to "load " the LINEINPUT data, to force it not to start from the beginning of a file , that you know about ?
I notice r24 is the file pointer and r25 is the string length .
I want to read from a file - and close it after each read / or after a timeout of no user input to prevent file errors due to external inputs , then next time I open the file to read the next line it will start from the first line again - I need to save the last line read location and then start the LINEINPUT from a pre-set position.
I will try the LOF - get seek route , but by injecting the correct parameters into the LINEINPUT function it might work .
There might be internal compiler values that one can read and write but I have no idea where to look for it.
Cheers
↧