Difference between revisions of "CLEAR AUTOMEM"

From Lianjapedia
Jump to: navigation, search
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[APPEND AUTOMEM]], [[CHANGE()]], [[REPLACE AUTOMEM]], [[STORE AUTOMEM]], [[USE]]
+
[[APPEND AUTOMEM]], [[REPLACE AUTOMEM]], [[STORE AUTOMEM]], [[USE]]
  
 
==Description==
 
==Description==
Line 35: Line 35:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Memory Variables]]
+
[[Category:Declaring Variables and Arrays]]
[[Category:Memory Variables Commands]]
+
[[Category:Databases]]

Revision as of 06:59, 7 December 2012

Purpose

Initializes memory variables corresponding to the current record of the active table

Syntax

CLEAR AUTOMEM

See Also

APPEND AUTOMEM, REPLACE AUTOMEM, STORE AUTOMEM, USE

Description

The CLEAR AUTOMEM command re-initializes memory variables corresponding to the current record of the active table, setting them to empty. Such memory variables can be generated automatically using the STORE AUTOMEM and USE...AUTOMEM commands.

Data Type Empty
Character ""
Numeric 0
Logical .F.
Date {}
Memo ""

Example

use customers
store automem
clear automem