|

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


image

image

String.CompareNoCase

OverviewExamples

number String.CompareNoCase ( string Text,


string CompareTo )


De s cr ip t ion


Performs a case-insensitive comparison between two strings.


P arame t er s


Text


(string) The string you want to compare to CompareTo.


|