Get Statement

  1. GetStatement [#] filenmber,[recordnumber], variablename

Reads from a disk file into a varable

The Get Statement has these parts:

  1. 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