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