pardon? lol

I read that he thinks he can pass a variable by refrence rather than how mirc actually passes all info by value, he said "if a var passed to it is global (/set) or local (/var)", since the var is passed not as the var but as its contents, there is no back refrence possable. Unless of course hes passing the litteral text "%var" and then hes got the problem with it not existing as a local in the alias anyway, so could detect a global but not if it was a local in the calling alias.