Difference between revisions of "APPEND AUTOMEM"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) (→Products) |
||
(3 intermediate revisions by 2 users not shown) | |||
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 | ||
Line 32: | Line 25: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
+ | [[Category:Memory Variables]] | ||
+ | [[Category:Memory Variables Commands]] |
Latest revision as of 14:04, 10 November 2009
Purpose
Appends a blank record into the active table, then updates the fields with memory variable values
Syntax
APPEND AUTOMEM
See Also
APPEND, APPEND BLANK, APPEND FROM, CHANGE(), CLEAR AUTOMEM, READ, 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
Products
Recital Server, Recital