String.length PropertyNameString.length Property---the length of a stringAvailabilityNavigator 2.0, Internet Explorer 3.0 Synopsis
string.length DescriptionThe String.length property is an integer that indicates the number of characters in the specified string. For any string s, the index of the last character is s.length-1. |
|