Forum Moderators: open
I want to test for NOT equaling a specific value. I have several values to test, absent of testing each one, which I don't want to do, so I just really want to have it test for the one I do want left out, & pass the rest to the next line of the script, rejecting the tested positive one to the end.
How would I test for that?
No all data is upper case, I am not testing for case, but for value. I want it to execute the next line if it is NOT FL or fl & if it is FL or fl then it goes to end.
That is what I want. I am going to try the other exapmle posted, it seems closer to what I am looking for.
does it look right to everyone else?