Arbortext Command Language > Functions by Alphabetical Listing > tell
  
tell
offset = tell (fid)
This function returns the offset of the current byte relative to the beginning of the file associated with the identifier fid, which must be a return value from a previous call to open.
tell returns -1 on failure, for example, if fid is not a valid file identifier.