hi,
i'm sending 2 informations via tcp: float + space + unixtime
i use tcpserver from mrpeach (thx!) and convert the output to asciic to pd (mtl/asciiToPd). so far so good, but the unixtime format is: 1.32276e+09 instead of 1322755374. how to deal with this situation, i can send the information as a string if i replace the space by a char, but then how to split to a float and an interger (mrpeach/str csplit = error: print: no method for blob so far...).
thx!