diff --git a/reference/filesystem/functions/ftell.xml b/reference/filesystem/functions/ftell.xml index afc11338a4..2e7a57a1ca 100644 --- a/reference/filesystem/functions/ftell.xml +++ b/reference/filesystem/functions/ftell.xml @@ -1,9 +1,9 @@ - + ftell - Tells file pointer read/write position + Returns the current position of the file read/write pointer @@ -13,7 +13,7 @@ resourcehandle - Tells the file pointer read/write position. + Returns the position of the file pointer referenced by handle. @@ -40,7 +40,7 @@ &reftitle.returnvalues; Returns the position of the file pointer referenced by - handle; i.e., its offset into the file stream. + handle as an integer; i.e., its offset into the file stream. If an error occurs, returns &false;.