Dear list,

I need to send a control message back to the sender on the network if the message has arrived to Pd.

this part works fine:

[list /LOGIN 6(
|
[send /OK $1 $2(
|
[netreceive]

Or the first message can be [list /BEGIN CODE50(
I need to make in the first message after list 2 or 3 variables [list $1 $2 $3( where the variable sometime a float, or a symbol. With [pack s s s] does not work, as even I change the float to symbol, it won't accept it. It should not be so difficult, but I am stuck totally.

Thanks,
Popesz