<< GetUIStringFromCoord | GetUseScratch >> |
Top: Documentation Library | Up: G Commands |
GetUndo System Query Command
GETUNDO System Queries
Gets the type of action that can be undone.
getundo [DOCUMENT name | WINDOW name]
DOCUMENT/s The document name. Default=current.
WINDOW/s The window name. Default=current.
Results:
Returns the type of action that can be undone to RESULT. For example, if an object had just been rotated, it would return "Rotate".
Examples:
getundo say "Can undo "||result
GetUndo Command Definition url:PGScmd/getundo
created:2006-03-30 22:20:08 last updated:2006-03-30 22:20:08
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For GetUndo | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-03 15:15:24 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Gets the {...} . undotype = GetUndo ([DOCUMENT document | WINDOW document-window])
ARexx: Applescript: | |
User Contributed Comments For GetUndo | sign in to add a comment |
<< GetUIStringFromCoord | GetUseScratch >> |
Top: Documentation Library | Up: G Commands |