Deletes the character at the specified index from the selected text line result.
| Visual Basic |
|---|
Public Sub TextLineResultDeleteCharacter( _ ByVal character As Long _ ) |
- character
- An index indicating the character to be deleted. The character index must be at least 0 and less than the value of TextLineResultNumberCharacters.
When a character result is deleted from the text line result, the indicies of other character results in the text line -with an index greater than the one deleted- are reduced by 1.
