ResultVariable
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions
String.Right
OverviewExamples
string String.Right ( string RightString,
number NumChar )
De s cr ip t ion
Creates a new string from the right-most x characters of an existing string.
P arame t er s
RightString
(string) The string to copy the characters from.