Difference between revisions of "Buffer:tell"
From GiderosMobile
(Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' Buffer<br/> === Description === Gets the position of the next file access in a [[Special:MyLanguage/Buffer|Buffer]...") |
|||
Line 3: | Line 3: | ||
=== Description === | === Description === | ||
− | Gets the position of the next file access in a | + | Gets the position of the next file access in a '''Buffer''' object. |
<source lang="lua"> | <source lang="lua"> | ||
(number) = Buffer:tell() | (number) = Buffer:tell() | ||
Line 9: | Line 9: | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (number) | + | '''Returns''' (number) position at which the next file access will take place<br/> |
{{Buffer}} | {{Buffer}} |
Revision as of 01:59, 23 March 2022
Available since: Gideros 2020.2
Class: Buffer
Description
Gets the position of the next file access in a Buffer object.
(number) = Buffer:tell()
Return values
Returns (number) position at which the next file access will take place