Left( string:string, int:length ) → string
Returns length characters from the left side of string.
Example:
Output( Left("Hello World", 5) ); --> Hello
See also: Mid Right