Difference between revisions of "(File):tell"

(Add (dummy) since field)
Line 13: Line 13:
 
[[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 ==
 
== Other Languages ==
 
{{i18n|(File):tell}}
 
{{i18n|(File):tell}}

Revision as of 13:41, 31 May 2014

Returns the position in the file

Function

Synopsis

pos = File:tell( )

Arguments

None.

Returns

number pos
The current position

See Also


Other Languages