<div dir="ltr">I was trying to figure out how is the best way to separate individual letters in a textfile parsed by puredata.<br>This is for generate real time bytes for an alphanumeric display.<br><br>is something that I can do directly from keyboard this way:<br>
<br>[key] (entry &quot;abc 123&quot; )<br>|<br>[prepend add2]<br>|<br>[97 98 99 32 49 50 51]<br><br>*BUT in the exemple:<br><br>[abc 123] -&gt; entry inside a symbol<br>|<br>|<br>[pd thisparser]<br>|<br>|<br>[97 98 99 32 49 50 51]<br>
<br>how could I separate the characters and convert them individually to ascii code inside the parser?<br><br><br>thanx<br><br>glerm<br><br><br><br><br></div>