Scripting Additions Guide
Table Of Contents
APPENDIX
Scripting Additions at a Glance
Placeholders 111
nameString A string of the form
"Disk:Folder1:Folder2:...:Filename".
number An expression that evaluates to an integer or
real number.
referenceOrString A reference of the form file nameString or alias
nameString, or a string that consists of a valid script.
referenceToApplication A reference of the form application
"Disk:Folder1:Folder2:...:ApplicationName".
referenceToFile A reference of the form file nameString or
alias nameString.
referenceToFolder A reference of the form file nameString, alias
nameString, or folder nameString that speciļ¬es a
folder or an alias to a folder.
scriptObjectVariable A variable whose value is a script object.
scriptingComponent A string that consists of the name of a scripting
component.
string An expression that evaluates to a string.
Table A-2 Placeholders used in syntax descriptions (continued)
Placeholder Explanation