[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 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.

     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

See Also: FT_FSELECT() FT_FUSE() FT_FGOTOP() FT_FRECNO() FT_FREADLN()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson