Difference between revisions of "CLEAR AUTOMEM"

From Lianjapedia
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 11: Line 11:
 
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.
 
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.
  
{| class="wikitable"
+
{| class="wikitable" width="100%"
 
!Data Type||Empty
 
!Data Type||Empty
 
|-
 
|-
Line 36: Line 36:
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Declaring Variables and Arrays]]
 
[[Category:Declaring Variables and Arrays]]
[[Category:Databases]]
+
[[Category:NoSQL Commands]]

Latest revision as of 12:43, 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