DeleteData (NotesDOMCharacterDataNode - LotusScript®)
Removes a range of characters from the node.
Defined in
Syntax
Call notesDOMCharacterDataNode .DeleteData( offset , count )
Parameters
offset
Long. The offset from which to start removing.
count
Long. The number of characters to delete.
Usage
If the sum of offset and count exceeds length then all characters from offset to the end of the data are deleted.