Hi,
I need to read a file (txt) and store the values in an array.
1) How do I indicate the size of the array if I do not know the number of records?
2) If I use:
What is the correct instruction that I have to insert in the second line?
Thank you
I need to read a file (txt) and store the values in an array.
1) How do I indicate the size of the array if I do not know the number of records?
2) If I use:
B4X:
Do While True
If EOF then exit '????
loop
What is the correct instruction that I have to insert in the second line?
Thank you