Right:
Syntax:
right name,num
where: name is a text varible with its data type and num the numbers
of characters to keep from the right (end of the text).
Program Example:
a$="Example";
right a$,3
{Change the text a$ to ple}
Program File
Application File
Return
Last Updated: July 1998.