
> Section 7 - rightstr
>
> rightstr(s,len)
>
> string s;
> int len;
>
> Returns a string consisting of the rightmost len characters of s.
>
> See Also: instr(7), leftstr(7), midstr(7), strlen(7), subst(7)

