_Added in 1.8.10_ *$right(text,N)* Returns the N right characters of text. *Parameters* text - The text to return from. N - Number of characters from the right. *Example*
; Return last 5 characters from 'Hello World'.
//echo -ag $right(Hello World,5)