message comma separation??
Hi there, how can I get the parts of a message separated by a comma?
for example I have the following message: (1 3 8 1 5, first part)
now, when the message is sent I want to receive two parts (1 3 8 1 5) and (first part) as separate messages, so I can handle them differently.
any input is welcome.
cheers,
Ello
edit: ah, got it by using a coll object...
edit2: no, not really.. so I am still asking for help here :)
Max Patch
Copy patch and select New From Clipboard in Max.
For example like this.
exactly, thank you very much
Max Patch
Copy patch and select New From Clipboard in Max.
The two parts are sent as their own message, so all you have to do is steer them properly:
thank you, too ..