just for who&#39;s interested,<br>i found a bit more simple way, at least in logic, for my specific &#39;problem&#39;:<br>using s2l in such a way that it breaks up the input into single characters,<br>then with [select -] filtering out this unwanted character. (see patch)<br>
no leading zero&#39;s to worry about.<br><br>thanks Mathieu for your pointing out of GridFlow.<br>by the way, a search for gridflow on the Pd-site, returns with a number of broken links.<br>i gad to google for it.<br><br>
rolf<br><br>#N canvas 392 162 569 343 10;<br>#X msg 51 -29 symbol 00-11-ab-7d-85-04;<br>#X text 206 -18 --example of the expected input;<br>#X msg 114 24 symbol;<br>#X obj 114 -2 loadbang;<br>#X obj 51 108 select -;<br>#X obj 165 122 t l;<br>
#X obj 75 181 list;<br>#X obj 75 227 list2symbol;<br>#X obj 96 148 list prepend;<br>#X msg 138 201 symbol;<br>#X obj 138 175 loadbang;<br>#X obj 19 143 r end_drip;<br>#X text 182 200 -- get rid of the blanks;<br>#X obj 75 262 print b;<br>
#X obj 51 76 list-drip;<br>#X obj 116 99 s end_drip;<br>#X obj 51 45 symbol2list;<br>#X text 154 25 --causes s2l to break the symbol into single characters<br>;<br>#X connect 0 0 16 0;<br>#X connect 2 0 16 1;<br>#X connect 3 0 2 0;<br>
#X connect 4 1 8 0;<br>#X connect 5 0 8 1;<br>#X connect 6 0 7 0;<br>#X connect 7 0 13 0;<br>#X connect 8 0 5 0;<br>#X connect 8 0 6 1;<br>#X connect 9 0 7 1;<br>#X connect 10 0 9 0;<br>#X connect 11 0 6 0;<br>#X connect 14 0 4 0;<br>
#X connect 14 1 15 0;<br>#X connect 16 0 14 0;<br><br>