The IDLffXMLDOMCharacterData::SubstringData function method returns a string composed of a substring of the node’s character data.
Result = Obj->[IDLffXMLDOMCharacterData::]SubstringData( Offset, Count )
Returns a string containing a substring of the node’s character data that starts at Offset and has a length specified by Count.
A scalar value that indicates where in the character data to begin the substring.
A scalar length of the substring.
None
6.1 |
Introduced |