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>automem() creates public m-> mvar dupes for all fields in selected dbf</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 AUTOMEM()   Creates PUBLIC "m->" mvar dupes for all fields in selected DBF

 Syntax....: AUTOMEM( [anyparam] )
 Parameters: anyparam: [optional] any parameter initializes the mvars as EMPTY

 Returns...: <expL>: .T.
 Cautions..: mvars created by macros may not always release from memory
             check that no current mvar name is being duplicated
 CC Calls..: BLANK()                && Empty value of any field or mvar
 Alias.....: none

 Example...: AUTOMEM()                      && Result: m->FieldDups
             AUTOMEM( .T. )                 && Result: EMPTY m->FieldDups


See Also: AUTOFREE

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