string—String expression from which the left-most characters are returned (For strings that contain Null, Null is returned.)
length—Numeric expression that specifies how many characters to return (If length is 0, a zero-length string (“”) is returned. If length is greater than or equal to the number of characters in a string, all characters within the string are returned.)