Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- NetLib for Clipper, Version 6.0 - n_reccon() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_RECCON()


Returns

Current record buffer as a string.
String length = RECSIZE()


Description

N_RECCON() returns the entire current record contents as a single 
string (excluding memo text, if any). Memo fields are represented by 10 
character character-numeric pointers into a memo file.


Example

// Locate first record where string 'CLIPPER'  appears.
LOCATE FOR 'CLIPPER' $ UPPER(N_RECCON())





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