Home | Top | Website design | JavaScript Editor JavaScript EditorGet Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.


substringData Method

Extracts a range of characters from the object .

Syntax

sSubstring = object.substringData( nOffset , nCount )

Parameters

nOffset Required. Integer  that specifies the offset from which to start.
nCount Required. Integer  that specifies the number of characters to extract.

Return Value

Returns a reference to the substring.

Remarks

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

Standards Information

This method is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .

Applies To

Platform Version
Win32:
.
COMMENT , TextNode
Home | Top | Website design | JavaScript Editor JavaScript EditorGet Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.