yes this happened to me too lots of times.
these bracket mismatches occure when you use "strange" characters in your popups or if you have errors in syntax of $iif().
at least, these were the cases for me:)
now, for syntax errors of $iif() just take a look at them again and see if there are any errors.
for those "strange" characters (like * \ | [ ]) just use the $chr() of them (finding it from $asc()).

Nakis

PS. something that I forgot to mention, is the fact that, if you use the syntax that landonsandor mentioned above, you won't have such problems.

Last edited by Nakis; 22/12/02 03:46 PM.