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.Left
OverviewExamples
string String.Left ( string LeftString,
number NumChar )
De s cr ip t ion
Creates a new string from the left-most x characters of an existing string.
P arame t er s
LeftString
(string) The string to copy the characters from.