Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: UmbaughWhat is the syntax for doing a strFind to find a double quote in a text string? strFind(field,""") does not work as the " is a restricted character.
Text example - They said "Was incorrect", when correct.
I would like to identify the position of the " in the text string.