Right() is a built-in function that may appear within any expression. As shown below, it may therefore only appear in green fields (green denotes an expression).
Usage: | Right(string, character count) |
Syntax: | Right(expression, expression) |
Function names are not case sensitive.
Both the string and character count may be expressed as expressions embedded within the function arguments.
Example: | ![]() |
now | init | Right( timestamp, 8) | initialize now variable with current system time |
Example: | ![]() |
index | = | Right( IP, 3) | assign last 3 characters of IP to variable index |