alias del_nodata { var %a = $$hget($$1,0).item while (%a) { if ($hget($1,%a) == $null) hdel $1 $hget($1,%a).item dec %a } }