Len-func
This function returns the number of characters of a string (str).
int Len(string str$)
str
return the number of characters of a string.
string str$ = "abc ABC"; int nn = Len(str$); nn = ; //should return 7