MakeAutoNumbers64 (open)
Get a list of the next 64-bit autonumber IDs for a table
Syntax
// Core function, no LOADLIB necessary
INTEGER64 ARRAY FUNCTION MakeAutoNumbers64(TABLE gettable, STRING columnname, INTEGER amount)
Parameters
TABLE gettable
Table for which an autonumber value should be generated
STRING columnname
Name of the autonumber column for a value is requested
INTEGER amount
Number of autonumber values to get
Return value
INTEGER64 ARRAY
The next available autonumber values
Description
Reserves a list of 64-bit autonumber IDs in a table, and returns that list. In WebHare tables, all IDs are specfic for that column and table - autonumber ids are not guaranteed to be unique across all tables.