Re: Sending arbitrary messages to object

2016-06-08 Thread Jon Kleiser
Thanks, Alex. /Jon > On 7. Jun, 2016, at 17:43, Alexander Burger wrote: > > Hi Jon, > >> I want to send arbitrary messages to an object MyObj. If I have a word >> "msg", then I want to send the message 'msg> to MyObj. I do it like >> this: >> >> (setq Word "msg") >>

Re: Sending arbitrary messages to object

2016-06-07 Thread Alexander Burger
Hi Jon, > I want to send arbitrary messages to an object MyObj. If I have a word > "msg", then I want to send the message 'msg> to MyObj. I do it like > this: > > (setq Word "msg") > (setq MsgSym (car (str (pack Word ">" > (try MsgSym MyObj) Yes, you must make an internal symbol, as the