Difference between revisions of "APPEND BLANK"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 1: Line 1:
=APPEND BLANK=
 
 
 
==Class==
 
==Class==
 
Fields and Records
 
Fields and Records
Line 14: Line 12:
  
 
==See Also==
 
==See Also==
[[@...GET]], [[APPEND]], [[APPEND FROM]], [[CREATE]], [[CREATE SCREEN]], [[CHANGE]], [[FMT()]], [[GENERATE]], [[INSERT]], [[SET CARRY]]
+
[[@...GET]], [[APPEND]], [[APPEND FROM]], [[CHANGE]], [[CREATE]], [[CREATE SCREEN]], [[FMT()]], [[GENERATE]], [[INSERT]], [[SET CARRY]]
  
  

Revision as of 10:25, 27 April 2009

Class

Fields and Records


Purpose

Append a record into the active table


Syntax

APPEND BLANK [<expN>]


See Also

@...GET, APPEND, APPEND FROM, CHANGE, CREATE, CREATE SCREEN, FMT(), GENERATE, INSERT, SET CARRY


Description

The APPEND BLANK command adds a blank record to the end of the active table. Default information can automatically be inserted into the record via the Applications Data Dictionary (ADD). Using this method can greatly increase performance of batch processes which use the APPEND BLANK command followed by the REPLACE command. If the numeric expression <expN> is specified, then <expN> blank records will be added.


Example

use patrons index names
append blank 10


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer