Language Guide
CHAPTER 4
Commands
106 Command Definitions
RESULT
A reference to the newly created object.
Class: Reference
EXAMPLE
tell application "Scriptable Text Editor"
make window at beginning with properties
{bounds:{400, 300, 500, 600}, contents:"This window is narrow."}
end tell
NOTES
If you use the Make command to create a new text object, check the application
dictionary to determine how the application handles delimiters. Some
applications, such as the Scriptable Text Editor, supply delimiters
automatically, so you don’t have to include them in the value of the with
data parameter.
Move application command4
A Move command is a request to move an object or objects.
SYNTAX
move referenceToObject to referenceToLocation
PARAMETERS
referenceToObject
A reference to the object or objects to move.
Class: Reference