left()
left has two parameters, a string and number n, and returns the first n characters of the string. For example:
left("race result";4) - returns race
left([LastName];1) - returns the first character of the last name