Microsoft® JScript™
length Property (String)
Language Reference |
Version 1 |

See Also                  Applies To


Description
Contains the length of a String object.
Syntax
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.


© 1997 Microsoft Corporation. All rights reserved.