buffbill: Yes, the single equals is the assignment operator and is used for assigning, but the correct syntax for not equal to is "!=" as he has it in his original code. There is no such thing as a comparator that says "not assigned to" (well, unless you want to count NULL).