Product: LABELVIEW, CODESOFT
Version: All Version
|
right(<<string>>, <<num_char>>): Gives the character string composed of the last characters of the string, from the right, and has a length equal to the num_char argument.
Example:
right("Purchase order", 5) = order
|