• Sorry for the Wrong Eample above, below is what is needed

    FINDSTRING ("STRING&32","&") != 0 Works

    FINDSTRING ("STRING\32","\") != 0 Not Working Working (Its shows Syntax Error)

    FINDSTRING ("STRING\32","\\") != 0 Not Working Working (Syntax works, but Actual Functionality Does not)

    FINDSTRING ("STRING\32","\"") != 0 Not Working Working (Syntax works, but Actual Functionality Does not)