InStr function example

The following example uses the InStr function to return the position of the first occurrence of the letter S within the Subject field.

Subject field Function returns
International Sales 11
Marketing Strategy 15

InStr(1, [Subject], "S", 1)