Left(string,length)
Returns the left string portion of the designated length. Example: Left("Once upon a time",4) -> Once Left("Once upon a time",9) -> Once upon Related functions: Mid, Right