READ FILE
This command will read a long word of data from the file and store it as an integer value in the variable specified. This is the standard command for reading data where the datatype is not important. The file specified by the file number must be open or the command will fail.
SYNTAX
READ FILE File Number, Variable
RELATED INFO
FILE Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example