Skip to main content
Skip table of contents

findString() Operation

Syntax
NONE
set position = aString.findString(stringToFind)
set position = findString(LITERAL, stringToFind)
SemanticsReturns the position index of findString() or NULL if the string was not found. The findString() operation is case sensitive.
SubstitutablesaString, stringToFind Can be any variable or object attribute having the type String.  

LITERAL String literal.
Examples
NONE
set position = stringSet.s1.findString("x");
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.