GetStatement [#] filenmber,[recordnumber], variablename
Reads from a disk file into a variable
The Get Statement has these parts:
Filenumber The number used to Open the file with.
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.
Related Topics: Open, Put