History |
Read (files)
Purpose
Attempts a binary read of bytes from a file on the FCAS computer.
The read data is stored in the Data attribute of the File object.
Syntax
File.Read (NumBytes)
Example
MyFile.Read(100)
Print MyFile.Data
| ||||