Difference between revisions of "(File):tell"

m (1 revision: Importing from potato (again).)
m (Add fullstop.)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
+
Returns the position in the file.
Returns the position in the file
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 9: Line 8:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|number|pos|The current position}}
+
{{param|number|pos|The current position.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::File]]
 
* [[parent::File]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Returns the position in the file}}
+
{{#set:Description=Returns the position in the file.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|(File):tell}}

Latest revision as of 17:01, 19 May 2017

Returns the position in the file.

Function

Synopsis

pos = File:tell( )

Arguments

None.

Returns

number pos
The current position.

See Also


Other Languages