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