|

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

OverviewExamples

number String.ReverseFind ( string SearchString,


string Pattern,


boolean CaseSensitive = false )


De s cr ip t ion


Finds the first occurrence of a sub-string within a string by searching it from right to left.


P arame t er s


SearchString


(string) The string to be searched.


|