Functions Reference

Table Of Contents
Data type returned
text
Description
Returns a list of all script IDs in fileName, separated by carriage returns.
Example
ScriptIDs(“Customers”) returns a list of all the script IDs in the Customers database
file.
ScriptNames
Format
ScriptNames(fileName)
Parameter
fileName - the name of an open database file (local or remote).
See “Design functions” on page 39 for information about literal text parameters.
Data type returned
text
Description
Returns a list of the names of all scripts in fileName, separated by carriage returns.
Example
ScriptNames(“Customers”) returns a list of all the scripts in the Customers database
file.
TableIDs
Format
TableIDs(fileName)
Parameter
fileName - the name of an open database file (local or remote).
See “Design functions” on page 39 for information about literal text parameters.
Data type returned
text