Quote:
Originally Posted by alpines
It seems that this function doesn't exist in AutoIt, if you can describe it well then maybe some users could create you a function.
|
The Seek procedure moves the current record position in an open binary file given by FileHandle to a new position RecordNumber.
The file must have been assigned with AssignFile and opened with Reset or ReWrite.
For untyped files, the record size is set with the Reset or ReWrite routine used.
For typed files, the record size is SizeOf the file type.
The first record in a file is record 0.