Problem with send command???

Dave dave at looktowindward.com
Sun Jun 22 10:11:46 EDT 2008


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




More information about the use-livecode mailing list