substringData method (Internet Explorer)

Switch View :
ScriptFree
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

object.substringData(offset, Count)

Standards information

Parameters

offset [in]

Type: long

Integer that specifies the offset from which to start.

Count [in]

Type: long

Integer that specifies the number of characters to extract.

Return value

Type: StringReturns a reference to the substring.

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: 2/14/2012