March 6, 200620 yr Hi all, as subject.(L:variable,enum) 2 == !I'm interested to know what the '!' is doing, if anything.If I hazard a guess, it might mean 'not equal to' for which I normally use(L:variable,enum) 2 !=thanks,nick
March 6, 200620 yr Author Your guess is right. They have the same meaning ( == ! or != ) and may be used either.Tom
Create an account or sign in to comment