Using "is not", is this correct?
Posted: Wed May 13, 2009 10:01 pm
Hi, I might be missing something obvious here: part of my app registration code is:
But if part of the registration code contains any of those numbers it still answers that it's not valid. Have I misunderstood "is not" , perhaps, could anyone tell me please, or is there some other reason this bit of code isn't working 
Code: Select all
if tB312 is not "41" or tB312 is not "58" or tB312 is not "94" or tB312 is not " 34" or tB312 is not "44" or tB312 is not "18"\
or tB312 is not "26" or tB312 is not "17" or tB312 is not "32" or tB312 is not "75" or tB312 is not "82" or tB312 is not "88" then
beep
answer "Sorry, this is not a valid code for ISAGO"
exit mouseUp
end if
