Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript String Object length Property

Contains the length of a String object.

Syntax: JScript String Object length Property

strVariable.length

"String Literal".length

Remarks: JScript String Object length Property

The length property contains an integer that indicates the number of characters in the String object. The last character in the String object has an index of length - 1.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.