Scripting Additions Guide
Table Of Contents
CHAPTER 2
Scripting Addition Commands
10 Command Definitions
To specify an application on a remote computer, you must use a string that
consists of the name of the application as it would be listed in the Application
menu ("ApplicationName"), and you must also specify the name of the
computer and if necessary the zone in which the computer is located.
The application must be running. The Activate command does not launch
applications on remote machines.
For more information about references to applications, see Chapter 5, “Objects
and References,” of the AppleScript Language Guide.
ERRORS
ASCII Character 2
The ASCII Character command returns the ASCII character associated with a
specified number. It is one of several commands provided by the String
Commands scripting addition.
SYNTAX
ASCII character integer
PARAMETER
integer An expression that evaluates to an integer between 1 and 255.
Class: Integer
RESULT
The character that corresponds to the specified ASCII number.
Error
number Error message
–600 Application isn't running.
–606 Application is background-only.