Len( string:string ) → int
Returns the length of the string in characters.
Example:
Output( Len("Hello") ); --> 5