- U -

undo
ungroup
unlock

 

UNDO System Commands

Undoes the last command or action.

undo [DOCUMENT name | WINDOW name]

DOCUMENT/s The document name.

WINDOW/s The window name.

Examples:

undo document 'project.doc'

 

UNGROUP Object Commands

Ungroups selected logical groups into their component objects and/or groups.

ungroup [DOCUMENT name | WINDOW name | OBJECTID number]

DOCUMENT/s The document name.

WINDOW/s The window name.

OBJECTID/i The number of the object.

Default=current.

Examples:

ungroup

ungroup document 'project.doc''

 

UNLOCK Object Commands

Unlocks selected locked objects so that they can be edited.

unlock [DOCUMENT name | WINDOW name | OBJECTID number]

DOCUMENT/s The document name.

WINDOW/s The window name.

OBJECTID/i The number of the object.

Default=current.

Examples:

unlock

unlock document 'project.doc'