GetLength-func
Get the length of a string.
int GetLength( string str$ )
str
Return the string length, return 0 if string is empty
len = GetLength("origin.ini")