ScriptIDs()
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 |
Категории