The following example uses the InStr function to return the position of the first occurrence of the letter S within the Subject field.
InStr(1, [Subject], "S", 1)