JScript  

length Property (String)

Returns the length of a String object.

strVariable.length
"String Literal".length 

Remarks

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.

Requirements

Version 1

See Also

length Property (Array) | length Property (Function) | String Object Methods | String Object Properties

Applies To: String Object