SEEK(filenumber, position) |
Repositions where the next operation in a file will occur. |
filenumber | The number of the file (Integer). |
position | The byte position (Single). |
REMARKS |
* Sets the record of byte position of the open file associated with the filenumber. * This changes the position of the record within the associated file. * This is rarely used and there is very little documentation. * You can use the SEEK Function to return the current read/write position within a file opened using the Open statement. * For the Microsoft documentation refer to learn.microsoft.com |
??
© 2023 Better Solutions Limited. All Rights Reserved. © 2023 Better Solutions Limited Top