EditText Text Command

EDITTEXT Text Commands

Deletes the character or word to the left or right of the cursor.

edittext [DOCUMENT name | WINDOW name]

deletewhat/k Specifies the text to delete.

Options: BACKSPACE | DELETE | DELETEWORDLEFT | DELETEWORDRIGHT.

DOCUMENT/s The document name.

WINDOW/s The window name.

Examples:

edittext delete

edittext backspace

 

EditText  Command Definition  url:PGScmd/edittext
  created:2006-03-30 14:03:53   last updated:2006-03-30 14:03:53
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For EditText
Dan Kilroy wrote...2006-05-04 16:55:32

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

Gets the {...} .

EditText ([BACKSPACE | DELETE | DELETEWORDLEFT | DELETEWORDRIGHT] [DOCUMENT document | WINDOW document~window])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For EditText