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

Syntax
N_XFCOUNT()

RDD
Use FCOUNT()

Returns
Number of fields in the current table. If no table is open in the current 
area, the function returns zero.

Example
* Display all fields in the current record
FOR k = 1 TO N_XFCOUNT()
  ? N_XFETCH(k)
NEXT k


See Also: N_XFIELD() N_XNUM()

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