Instead of "%x == $null" be able to do "%x isnull" just because it might make it easier to script some grin

If not, then a reminder of that other suggestion I made about being able to write your own operators like...
Code:
OPERATOR isnull { return $iif($1 == $null,$true,$false) }


smile