ReplaceData (NotesDOMCharacterDataNode - LotusScript®)
Replaces the characters starting at the specified offset with the specified string.
Defined in
Syntax
Call notesDOMCharacterDataNode .ReplaceData( offset , count , replacementText )
Parameters
offset
Long. The offset from which to start replacing.
count
Long. The number of characters to replace.
replacementText
String. The text with which the range is replaced.
Usage
If the sum of offset and count exceeds length, then all characters to the end of the data are replaced.