hello again,

i'm trying to find out out why this alias wont work..

Code:
alias nickfind { 
  if ($hfind(usertrack,$1,0,W),$1,32) { 
    return $remtok($hget(usertrack,$hfind(usertrack,$1,W)),$1,1,32) 
  } 
} 
  


i can't figure this out.. it's supposed to locate the match text and list the remianing portion w/o the initial target match.. but all i get is nothing..

can anyone help with this??