I guess I misread the bug .. is it possible that there is a global
variable named %word? And when you use /unset it checks
global variables first and if %word exists it gets unset
instead of the local named %word.

So by using /unset %word you're only unsetting the
global if it exists, but by using /unset %word %word
you would be unsetting both if both exist. Is that right?

Last edited by r0ck0; 26/09/03 03:21 PM.