Consider....
Code:
alias -s test { $1 $2 }
alias dothis {
  ; Using $test
  return $+(Test=, $test)
  ; The next line is what mIRC thinks the last line looked like
  ; return $+(Test=, $1 $2)
}
; $dothis(1, 2) - returns "1 2"

Note: the -s argument to "alias"...

Is that a good enough explaination, or should I describe better?


NaquadaBomb
www.mirc-dll.com