Difference between revisions of "APPEND AUTOMEM"

From Lianjapedia
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[APPEND BLANK]], [[APPEND FROM]], [[CHANGE()]], [[CLEAR AUTOMEM]], [[REPLACE AUTOMEM]], [[STORE AUTOMEM]], [[USE]]
+
[[APPEND BLANK]], [[APPEND FROM]], [[CLEAR AUTOMEM]], [[REPLACE AUTOMEM]], [[STORE AUTOMEM]], [[USE]]
  
 
==Description==
 
==Description==
Line 22: Line 22:
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Declaring Variables and Arrays]]
 
[[Category:Declaring Variables and Arrays]]
[[Category:Databases]]
+
[[Category:NoSQL Commands]]

Latest revision as of 12:42, 4 February 2013

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, 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