Collabora Office 24.04 Help
Vráti pozĂciu pre budĂşci zápis alebo ÄŤĂtanie v sĂşbore, ktorĂ˝ bol otvorenĂ˝ prĂkazom Open.
U sĂşborov s priamym prĂstupom vráti funkcia Seek ÄŤĂslo ÄŹalšieho záznamu, ktorĂ˝ sa má naÄŤĂtaĹĄ.
U všetkých ostatných súborov táto funkcia vráti umiestnenie bajtu, v ktorom má dôjsť k ďalšej operácii.
Seek [#]filePos, {filePos|recordNum}
fileNum: The data channel number used in the Open statement.
filePos, recordNum: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on.