SET SEQNO
From Recital Documentation Wiki
Revision as of 17:21, 10 March 2009 by Yvonnemilne (Talk | contribs)
Contents
SET SEQNO
Class
Table Organization
Purpose
Reset sequence numbering to specified number
Syntax
SET SEQNO TO <expN>
See Also
ZAP, SEQNO()
Description
The SET SEQNO TO <expN> command resets the sequence number of the currently active table to the specified <expN> value. The next time the SEQNO() function is called, the value returned will be <expN> + 1. The ZAP command will reset the sequence number to 0. The next time the SEQNO() function is called, the value returned will be 1.
This SET COMMAND and the SEQNO() function are only supported for Recital tables.
Example
use demo set seqno to 2000 edit
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer