Extracts the last (that is, rightmost)
nCount characters from String and returns a copy
of the extracted substring. If nCount exceeds the
string length, then the entire string is extracted. Right
is similar to the Basic RIGHT$ function.
Arguments:
String - String from which the
last nCount characters will be extracted.
nCount - The number of characters
to extract from String.