This could have some use, and it would probably be fairly simple to implement.



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


-genius_at_work