Get Statement

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.

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