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.