how do i separate different types of messages coming out of msgfile / textfile ?
i have a bunch of filenames (symbols) and a bunch of floats in the same file, but [route s f] doesn't separate them. everything just comes out as 'list'
hard off wrote:
how do i separate different types of messages coming out of msgfile / textfile ?
i have a bunch of filenames (symbols) and a bunch of floats in the same file, but [route s f] doesn't separate them. everything just comes out as 'list'
either use [route list] or [list trim] to get rid of the "list". then you can send it to [route float symbol].
i daresay that [route f s] won't work at all (you cannot abbreviate "symbol" with "s", since [route] should be able to route [s 1 2 bla( to somewhere else than [symbol foo()
mfg.asdr. IOhannes