substringData method

[This documentation is preliminary and is subject to change.]

Extracts a range of characters from the object.

Document Object Model (DOM) Level 3 Core Specification, Section 1.4

Syntax

BSTR retVal = object.substringData(offset, Count);

Standards information

Parameters

  • offset [in]
    Type: long

    long that specifies the offset from which to start.

  • Count [in]
    Type: long

    long that specifies the number of characters to extract.

Remarks

substringData was introduced in Microsoft Internet Explorer 6

If the sum of the offset and Count parameters exceeds the number of characters in the object, then an error is returned.

 

 

Build date: 1/26/2012