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_xbof()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_XBOF()
Determine if pointer is at top of table

Syntax
N_XBOF()

RDD
Use BOF()

Returns
True if pointer is at top of table.
True if you attempt to move the record pointer to before the start of the 
table.
Also returns true if there are no records in the current table.

Remarks
Similar to Clipper BOF function.

Example
* Move through table in reverse order
N_XUSE('patients')
? N_XBOF()
.F.
N_XSKIP(-1)
? N_XBOF()
.T.


See Also: N_XEOF() N_XGOTOTOP()

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