right

Syntax: %right(s,n)

return the rightmost part of s following n characters

Examples:

#SHOW %right(12345,2)

displays:

345
#SHOW %left("abc~~def",4)

displays

abc~

memory aid:

%left(anystring,@anynumber) plus %right(anystring,@anynumber) is 'anystring'



Contents replaceitem rightback