StrRight

Function return the rightmost count characters of the string.

StrRight(string, count)
stringSource string.
countCharacters count.

Remark

If count is bigger then string length, whole string return.