Returns the rightmost count characters of a string.
See also Left, Len, and Mid.
Right(string, count)
String from which the rightmost characters are retrieved.
Integer indicating how many characters to return.
AllaireDoc@allaire.com Copyright © 1998, Allaire Corporation. All rights reserved.