GetRedo System Query Command

GETREDO System Queries

Gets the type of action that can be redone.

getredo [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 redone to RESULT. For example, if the movement of an object had just been undone, it would return "Move".

Examples:

getredo
say "Can redo "||result

 

GetRedo  Command Definition  url:PGScmd/getredo
  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 GetRedo
Dan Kilroy wrote...2006-05-03 15:15:48

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

redotype = GetRedo ([DOCUMENT document | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For GetRedo