Get [#] filenumber,[recordnumber], variablename
Reads from a disk file into a variable.
The Get statement has three parameters:
Filenumber - The number used to open the file.
Recordnumber - For files opened in Binary mode, recordnumber is the byte position where reading starts.
VariableName - The name of the variable used to receive the data from the file.