Language Guide

CHAPTER 4
Commands
Command Denitions 107
referenceToLocation
A reference to the location to which to move the object or objects.
Class: Reference
RESULT
A reference to the object that was moved.
Class: Reference
EXAMPLE
tell front document of app "Scriptable Text Editor"
move word 10 to before paragraph 11
end tell
Open application command4
An Open command is a request to open a file or files.
SYNTAX
open referenceToFile
PARAMETER
referenceToFile
A reference of the form file nameString or alias nameString,
or a list of such references (see “Notes”).
Class: Reference or list of references
RESULT
None