Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RaSQL/B 6.1a for Clipper - <b>n_xgotobot()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_XGOTOBOT()
Move pointer to last row of current table

Syntax
N_XGOTOBOT()

RDD
Use GOTO BOTTOM or DBGOBOTTOM()

Remarks
If there is no table open in the current area, no action is taken.

If an index is active, N_XGOTOBOT() goes to the last logical record in the 
index.

If no index is active, then N_XGOTOBOT() goes to the last physical record in 
the file.

Example
N_XUSE('patients.dta', ... ')
N_XGOTOBOT()


See Also: N_XGOTOTOP() N_XEOF()

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