Nice piece of code, could come in handy here but have 1 question about it.
It fit's more situations but ok.
I never understood the loop mechanism and i'm trying to strip the output of this snippet.
Fixed.

Code:
alias checkk {
  var %a = 1
  if ($ulist(*,0) == 0) echo 4 -a -> 0 results
  while $ulist(*,%a) {
    echo @users -> %a $v1
    inc %a 
  }
}

Last edited by ots654685; 31/03/08 02:57 PM.