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_xsreccon()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_XSRECCON()
Get raw, stored record contents as a string

Syntax
N_XSRECCON()

Returns
Raw, stored record contents as a string. No data type conversion is 
performed.

Remarks
You will not use this function in a typical application. The data will be 
unreadable unless data is all of type C, N and/or NC.

Example
* Locate first record containing
* string 'SYSTEM'
DO WHILE .NOT. N_XEOF()
    IF 'SYSTEM' $ N_XSRECCON()
        EXIT
    ENDIF
    N_XSKIP()
ENDDO



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