Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Nanforum Toolkit v2.1 Reference Guide - <b>ft_fgobot()</b> http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson