Hi, The following gives an execution error on the send command. I'm guessing it because of the "@" usage. Is it not possible to call a handler in this manner? All the Best Dave on TestIt @theArray,theValue put 123 into theArray["Dave"] end TestIt on mouseUp local myArray send "TestIt myArray,1" to me end mouseUp