Difference between revisions of "(File):tell"

m (moved File:tell to (File):tell)
Line 1: Line 1:
 
 
Returns the position in the file
 
Returns the position in the file
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the position in the file}}
 
{{#set:Description=Returns the position in the file}}
 +
== Other Languages ==
 +
{{i18n|(File):tell}}

Revision as of 08:20, 26 October 2010

Returns the position in the file

Function

Synopsis

pos = File:tell( )

Arguments

None.

Returns

number pos
The current position

See Also

Other Languages