34,333
edits
Changes
→Finding the Length of a String
</pre>
It is importsant important to understand that a String variable is really an object which has properties and methods like any other object. One such method is the ''Length()'' method which can also be used to obtain the length of a string variable:
<pre>