This command is used to configure File variables. - FileVar. The file variable to configure
- RecordSize. The record size used to compute positions from the start of the file. The index parameter for read or write operations is multiplied by this value to compute the real position in the file, in bytes. Optional. If omitted one is assumed.
- AccessType. Any valid access type. Optional. If omitted then BYTE access type is assumed (atBYTE).
For a full description of how we can use file variables see Using File Variables topic. See also Using File Variables,
FileDel, FileIns, FileAdd, FileToFile, READFile, ArrToFile, Size, FileRecs, FileSearch, FileCompare
|