Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>recclear() clear all fields in the current record to a blank() condition</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RECCLEAR()  Clear all fields in the current record to a BLANK() condition

 Syntax....: RECCLEAR()
 Parameters: none

 Returns...: <expL>: .T.
 Cautions..: use instead of DELETE, use with NEWREC()
 CC Calls..: BLANK()
 Alias.....: none

 Example...: IF l_delrec
               RECCLEAR()
             ENDIF

See Also: NEWREC

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