string.len()
returns the len of a string
string.len( )
Returns: Number
This function does not take any arguments.
Examples
str="Save Tree! Save Water";
writeOutput(str.len());
returns the len of a string
string.len( )
Returns: Number
This function does not take any arguments.
str="Save Tree! Save Water";
writeOutput(str.len());