Difference between revisions of "CLEAR AUTOMEM"

From Lianjapedia
Jump to: navigation, search
Line 36: Line 36:
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Declaring Variables and Arrays]]
 
[[Category:Declaring Variables and Arrays]]
[[Category:Data Commands]]
+
[[Category:Databases]]

Revision as of 10:53, 4 February 2013

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