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

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to