Martin Ficzel wrote: sorry the examples were unreadable if (isset("")) = 1 if (isset(NULL)) = 0 if (isset("0")) = 1 if (isset("1")) = 1 if ("") = 0 if (NULL) = 0 if ("0") = 0 if ("1") = 1