Returns the number of characters in the given string. Note that for strings encoded in UTF-8 this may not be equal to the number of bytes in the string, as each character can use up to 4 bytes.
integer Len( strin )
UINT agk::Len( const char* strin )