T
trint
I need to skip an operation if these conditions are as follows:
if(string1 != string2) or (string1 != string3) or (string1 != string4)
{
do this...
}
I may just have drawn a blank, but your help is appreciated.
Thanks,
Trint
if(string1 != string2) or (string1 != string3) or (string1 != string4)
{
do this...
}
I may just have drawn a blank, but your help is appreciated.
Thanks,
Trint