left( string_expr, length)
returns string_value
Returns a portion of the specified string_expr, starting from the first character on the left and continuing for length characters.
Mid, Right
print left("Hello", 2)
will display
He
Asc, Chr, Count, Countx, Explode, Explodex, Implode, Instr, Instrx, Left, Length, Lower, MD5, Mid, Midx, Replace, Replacex, Right, String, Upper