Language Guide

CHAPTER 4
Commands
Command Denitions 99
Duplicate application command 4
A Duplicate command is a request to make a copy of an object or objects and
insert the new copy either at a location specified in the command or at the
location following the object that was copied.
SYNTAX
duplicate referenceToObject [ to newLocation ]
PARAMETERS
referenceToObject
A reference to the object or objects to be duplicated.
Class: Reference
newLocation
The new location for the object.
Class: Reference
Default value: If you do not specify a new location, the object is
inserted at the location immediately following the object
specified in the direct parameter.
RESULT
A reference to the new object.
Class: Reference
Exists application command 4
An Exists command is a request to determine whether the object specified by a
reference exists.
SYNTAX
referenceToObject exists
exists referenceToObject