string—String expression from which the right-most characters are returned (If string contains Null, Null is returned.)
length—Numeric expression that indicates 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 string, all characters of the string are returned.)