![]() |
|
![]() |
FindOneOf FunctionThe FindOneOf function in Expression Builder returns the position of the first instance in the first argument (string1) of a character in the second argument (string2). SyntaxFindOneOf(string1, string2) Result TypeInteger ArgumentsThe following table describes the arguments for the function.
ExamplesThe following example returns the value 3: FindOneOf ("abcdef", "xyzc") Related InformationSee the following topics for related Expression Builder information: | ||||||||
Published May 2008 |