deleteText command

Use the deleteText command to delete text at the current cursor position.

 

Syntax

deleteText [ count ] 

 

Parameters

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.

 

Status

The status parameter is not affected by this command.

 

Description

The deleteText command will only delete characters in the current element.

 

Examples

deleteText
deleteText 100 

Related concepts
Editor commands, actions, and parameters

Related reference
insertText command
replaceText command
text parameter
Default editor commands