Category: Design
Syntax: ScriptIDs ( fileName ) |
Parameters:
fileNameA string or text expression that represents the name of an open file.
Data type returned: Text
Description:
Returns a carriage returndelimited list of script IDs from the specified file.
ScriptIDs are assigned sequentially by FileMaker, starting at 1 for each new file. The results returned by the ScriptIDs function are ordered according to the current order within ScriptMaker, not the creation order of the scripts.
When you convert a solution developed in an earlier version of FileMaker, the ScriptIDs of the original file are retained after conversion.
Any scripts that are set to "no access" for the current users privilege set are not included in the list.
Examples:
Function | Results |
---|---|
ScriptIDs ("myFile") | Returns a list of script IDs for the current file that might look like this: |
21 | |
22 | |
24 | |
25 |
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information