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_xlastrec()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_XLASTREC()
Get number of records in current table

Syntax
N_XLASTREC()

RDD
Use LASTREC() or RECCOUNT()

Returns
Number of records in current table.

Remarks
Remember that Btrieve removes deleted records from the file immediately. 
Therefore, this function returns the number of active records in the table.

Example
N_XUSE('patients', ... )
? N_XLASTREC()
16


See Also: N_GOTO() N_XRECNO()

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