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.Compare
OverviewExamples
number String.Compare ( string Text,
string CompareTo )
De s cr ip t ion
Performs a case-sensitive comparison between two strings.
P arame t er s
Text
(string) The string you want to compare to CompareTo.