LOTUSSCRIPT/COM/OLE CLASSES


DeleteData method
Removes a range of characters from the node.

Defined in

NotesDOMCharacterDataNode

Syntax

Call notesDOMCharacterDataNode.DeleteData( offset, count )

Parameters

offset


count
Usage

If the sum of offset and count exceeds length then all characters from offset to the end of the data are deleted.