Reading Files


INPUT - Function - Reads a number of characters from a file.
INPUT - Statement - Reads a line as a series of variables with each variable seperated by a comma.
LINE INPUT - Reads a line as a series of variables with each variable seperated by a carriage return and line feed.
GET - Read data from a text file into a record.


The most way to access a file is to assign it a unique file number.


You can read from a text file direct into an array

Alternatively you can use the InStrRev function.



© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext