Function Right()


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: New Variable now init Right( timestamp, 8) initialize now variable with current system time
Example: Assign index = Right( IP, 3) assign last 3 characters of IP to variable index


© 2014 ComroeStudios LLC. All Rights Reserved.