CLEAR AUTOMEM

From Lianjapedia
Jump to: navigation, search

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