if (!$hget(Table,Item)) { do this }
if ($hget(Table,Item) == $null) { do this }
if ($hfind(Table,*Wildcarded item to find*,0,w) == 0) { do this }
if ($hfind(Table,*Wildcarded data to find*,0,w).data == 0) { do this }