|

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.Find

OverviewExamples

number String.Find ( string SearchString,


string Pattern,


number StartAt = 1,


boolean CaseSensitive = false )


De s cr ip t ion


Finds the first occurrence of a sub-string within a string.


P arame t er s


SearchString


(string) The string to be searched.


|