Difference between revisions of "APPEND BLANK"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Barrymavin (Talk | contribs) (→Products) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
− | Append | + | Append one or more records into the active table |
Line 14: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[@...GET]], [[APPEND]], [[APPEND FROM]], [[ | + | [[@...GET]], [[APPEND]], [[APPEND FROM]], [[CHANGE]], [[CREATE]], [[CREATE SCREEN]], [[FMT()]], [[GENERATE]], [[INSERT]], [[SET CARRY]] |
Line 29: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
+ | [[Category:Table Basics]] | ||
+ | [[Category:Table Basics Commands]] | ||
+ | [[Category:Data Commands]] |
Latest revision as of 09:45, 30 November 2009
Purpose
Append one or more records 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 Server, Recital