in reply to Help with warnings!!!
if($1, $2, $3, $4) { [download]
if($1 or $2 or $3 or $4) { # any of $1..$4 is not empty [download]
if($1 and $2 and $3 and $4) { # all of $1..$4 are not empty [download]
Liz