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_xrecsiz()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_XRECSIZ()
Get display record size

Syntax
N_XRECSIZ()

RDD
Use RECSIZE()

Returns
Display record size.

Remarks
The display size is the length the record would be if it were stored all in 
ASCII characters, like a DBF. This may or may not reflect the actual length 
of the record as stored in the table. To obtain this length, use 
N_XSRECSIZ().

If the table contains a variable length field (type M or ML) then the record 
size includes the maximum length of the memo field as specified in N_XUSE().

Example
N_XSELECT('patients')
? N_XRECSIZ()
119


See Also: N_XFRECSIZ() N_XSRECSIZ()

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