LOCAL var1/var2/var3... This command allows the use of @{" LOCAL " link Variables_Normal } variables, i.e. variables which are visible only inside a given event. This is usefull for small throw-away variables. You can declare as many of them as you want, separated by slashes. Example : xButton 10 10 60 12 'test' Local a/b ; declare 2 local variables a = 3 ; use them normally, together with other vars.. b == $a * $var ; they will not be visible outside this event You can hit CONTROL-V for a full listing of all variables used at any time.