~~Title: Left~~
Left && string && Specified portion of the string. &&
string && string && Input string to return the left portion of. &&
length && int && Length of string to return.
Returns //length// characters from the left side of //string//.
//Example://
Output( Left("Hello World", 5) );
--> Hello
//See also://\\
[[mid]]\\
[[right]]\\