Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






SubstringData method

Extracts a range of character data from the node.

Defined in

NotesDOMCharacterDataNode

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.




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009