-
merf
Hi,
I'm having a bit of trouble with $ arguments in message boxes - I want to be able to send several arguments to a receiver but I can't for the life of me see where I am going wrong - here is a simple example showing the state after I click the send message:
[; test foo bar(
[r test]
|
[set $1 $2(
|
[bar 0([r test]
|
[unpack s s]
| |
[foo\ [bar\so it seems like all the arguments are getting sent ok (as they are all received in the second case), but what is happening to the foo in the first case?
many thanks
Neil
-
merf
Hmm - I've just discovered if the first argument is a number then it wall works as I would expect so now I am even more confused...