LOTUSSCRIPT/COM/OLE CLASSES


ReplaceData method
Replaces the characters starting at the specified offset with the specified string.

Defined in

NotesDOMCharacterDataNode

Syntax

Call notesDOMCharacterDataNode.ReplaceData( offset, count, replacementText )

Parameters

offset


count
replacementText
Usage

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