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

Syntax
N_XNUM(<cField>)

Argument
<cField> is the name of a field in the current table. The case of <cField> 
is ignored.

Returns
Ordinal number of the specified field in the current table. If the field is 
not found, then zero is returned.

Example
N_XUSE('patients.dta', ...)
? N_XNUM('ID')
1
? N_XNUM('First_Name')
2



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