FT_FGOBOT()
Go to the last record in a text file
──────────────────────────────────────────────────────────────────────────────
Syntax
FT_FGOBOT() -> NIL
Arguments
None
Returns
NIL
Description
This function moves the record pointer to the last record of the
file in the currently selected text file workarea.
If a read error occurs ft_fError() will contain the error code.
A text file "record" is a line of text terminated by a CRLF pair.
Examples
// read last line
FT_FUSE( "text.c" )
FT_FGOBOT()
? FT_FREADLN()
Source: FTTEXT.C
Author: Brice de Ganahl and Steve Larsen