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_xfrecsiz()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_XFRECSIZ()
Get length of fixed length portion of record

Syntax
N_XFRECSIZ()

Returns
Internal, stored length of the record excluding the variable length field, 
if any.

Remarks
If the record does not contain a variable length field then N_XFRECSIZ() and 
N_XSRECSIZ() return the same value.

Example
* Display length of stored record 
* including memo
N_XSELECT('notefile')
? N_XSRECSIZ()
5034
* Display length of fixed 
* portion of record
? N_XFRECSIZ()
200


See Also: N_XSRECSIZ()

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