<div dir="ltr">Thanx a lot Martin!<br><br>this object was exactly the magic word for this project. ;)<br><br>cheers<br><br>glerm<br><br><div class="gmail_quote">2008/8/21 Martin Peach <span dir="ltr">&lt;<a href="mailto:martin.peach@sympatico.ca">martin.peach@sympatico.ca</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c"><br>
<br>
glerm soares wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I was trying to figure out how is the best way to separate individual<br>
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<br>
code inside the parser?<br>
</blockquote>
<br></div></div>
[moocow/any2string] outputs symbols as lists of ascii numbers. If your display is a hardware thingy on a serial port you can use the [print( message with [comport] to send the symbol as ascii.<br><font color="#888888">
<br>
Martin<br>
<br>
<br>
</font></blockquote></div><br></div>