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.Mid
OverviewExamples
string String.Mid ( string MidString,
number CharStart,
number NumChar )
De s cr ip t ion
Returns a specified range of characters from a string.
P arame t er s
MidString
(string) The string to copy the characters from.