Difference between revisions of "APPEND AUTOMEM"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Appends a blank record into the active table, then updates the fields with memory variable values
 
Appends a blank record into the active table, then updates the fields with memory variable values
 
  
 
==Syntax==
 
==Syntax==
 
APPEND AUTOMEM
 
APPEND AUTOMEM
 
  
 
==See Also==
 
==See Also==
[[APPEND]], [[APPEND BLANK]], [[APPEND FROM]], [[CHANGE()]], [[CLEAR AUTOMEM]], [[READ]], [[REPLACE AUTOMEM]], [[STORE AUTOMEM]], [[USE]]
+
[[APPEND BLANK]], [[APPEND FROM]], [[CHANGE()]], [[CLEAR AUTOMEM]], [[REPLACE AUTOMEM]], [[STORE AUTOMEM]], [[USE]]
 
+
  
 
==Description==
 
==Description==
 
The APPEND AUTOMEM command appends a blank record into the active table and then updates the fields with the values from memory variables of the same name.  Such memory variables can be generated automatically using the STORE AUTOMEM or USE...AUTOMEM commands.
 
The APPEND AUTOMEM command appends a blank record into the active table and then updates the fields with the values from memory variables of the same name.  Such memory variables can be generated automatically using the STORE AUTOMEM or USE...AUTOMEM commands.
 
  
 
==Example==
 
==Example==
Line 23: Line 19:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Memory Variables]]
 
[[Category:Memory Variables]]
 
[[Category:Memory Variables Commands]]
 
[[Category:Memory Variables Commands]]

Revision as of 07:49, 10 February 2012

Purpose

Appends a blank record into the active table, then updates the fields with memory variable values

Syntax

APPEND AUTOMEM

See Also

APPEND BLANK, APPEND FROM, CHANGE(), CLEAR AUTOMEM, REPLACE AUTOMEM, STORE AUTOMEM, USE

Description

The APPEND AUTOMEM command appends a blank record into the active table and then updates the fields with the values from memory variables of the same name. Such memory variables can be generated automatically using the STORE AUTOMEM or USE...AUTOMEM commands.

Example

use cust
store automem
m.account_no = strzero(seqno(),5)
append automem