Filemaker Pro 8.5 Educational Maintenance T3 TJ083LL/A User Manual

Product codes
TJ083LL/A
Page of 238
Chapter 4
  
|
  Design functions     53
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 
 (local or remote).
Important  
See “Design functions” on page 41 for information about literal text parameters.
Data type returned
text
Description
Returns a list of the names of all 
 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 
 (local or remote).
Important  
See “Design functions” on page 41 for information about literal text parameters.
Data type returned
text
Description
Returns a list of all table IDs in fileName, separated by carriage returns.
Note  
Each table ID is unique. Also, the ID is independent of when you create each table: 
the first table could have the smallest, middle, or largest value.