Quick question!
I'm currently using about 15 random objects into a message object.
In the message object i have as follows
$1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15
However, $10 and onwards don't work, how can i overcome this?
Have a look at [pack] instead of using [message].
lh
It needs to go into a match object, and there needs to be 15 matches. The only way i've found to set the match is with message.
pack, or pak, seems to be the right way to go, actually. perhaps a patch showing where you are having issues is in order to get better help. There is no "message" format...your example above is generating a list. pack and pak are designed to do just that...put values together into a list.
david
All the send objects are going to seperate match objects.
You might also be interested by the combination of uzi and zl group for a more dynamic solution.