Collecting strings via TCP server using seperators

Hi,

I’m putting together single letters sent via TCP to a String right now. But I can’t find a solution for resetting this String when a defined seperator is sent, e.g. ‘:’ (see attached file). I wanna send the String to another part of my patch every time a ‘:’ is sent and then clear the String. Maybe somebody has an idea.

Cheers
Daniel

tcp-input.v4p (3.6 kB)

If you have a sepperator, the Tokenizer (String) is your weapon off choice.

You should learn your BANGS, how to produce and use them…

That worked perfectly, thanks.