On Thu, 2010-10-21 at 19:39 +0100, Claude Heiland-Allen wrote:
On 21/10/10 18:26, Leandro da Mota Damasceno wrote:
So, the question is... Is there any workaround I could try in PD?
| [list split 1] | | "/$1" | | | [list append ] | [list trim] |
This would require to convert the byte list to strings and then back to a byte list again.
You could instead insert a [list prepend 47] (47 is the byte value of a '/') right after the [udpreceive].
Roman