SubstringData (NotesDOMCharacterDataNode - LotusScript®)
Extracts a range of character data from the node.
Defined in
Syntax
newString$ = notesDOMCharacterDataNode .SubstringData( offset , count )
Parameters
offset
Long. The offset from which to start extracting.
count
Long. The number of characters to extract.
Return value
newString$
String. The specified substring.
Usage
If the sum of offset and count exceeds the length, then all characters to the end of the data are returned.