CharacterData.SubstringData Method |
Retrieves a substring, of the full string, from the specified range.
[VBScript] Public Function SubstringData( _ ByVal offset As Integer _ ByVal count As Integer _ ) As String
[JScript] public function SubstringData( offset : int, count : int ) : String;
The substring of the specified range.
CharacterData Object | CharacterData Members | DOM Namespace