This function returns the length of the specified string.
Syntax
number Len(string s)
Returns
Returns the number of characters in the specified string. If unicode characters are in use, this will return the length of the string when converted to a wide string.