Returns the length of a String object.
strVariable.length "String Literal".length
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.
Version 1
Applies To: String Object (JScript 5.6)
Download Home Copyright © 2001-2024 adersοft