Use the deleteText command to delete text at the current cursor position.
deleteText [ count ]
count | Use the count parameter to specify the number of characters to delete. count must be a positive integer. If you do not specify count, 1 is assumed. |
The status parameter is not affected by this command.
The deleteText command will only delete characters in the current element.
deleteText deleteText 100
Editor commands, actions, and parameters
insertText command
replaceText command
text parameter
Copyright IBM Corporation 1992, 2004. All Rights Reserved.