<br><br><div class="gmail_quote">On Wed, Nov 2, 2011 at 7:28 PM, Hans-Christoph Steiner <span dir="ltr">&lt;<a href="mailto:hans@at.or.at">hans@at.or.at</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
As long as its a float, it&#39;ll be converted to the simplest form.  So 0<br>
is the simplest form of 00.  The same would happen with 0.0000.  So if<br>
you need 00 in a symbol, you&#39;ll need generate it by some other method<br>
first, like sending the list [0 0( to [list2symbol].<br>
<br></blockquote><div><br>understand i well then, that parsing an unknown text the character &#39;0&#39; runs the risk of disappearing when it&#39;s in a &#39;wrong&#39; position.<br>and in Pd i will never know when this has happened.<br>
<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
If you are using this for MAC addresses or other similar numbers, they<br>
usually consider 0 and 00 the same thing.<br>
<br></blockquote><div><br>in WindowsXP register all the characters are needed in one string.<br><br>rolf<br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

On Wednesday, November 02, 2011 6:06 PM, &quot;rolf meesters&quot;<br>
<div><div></div><div class="h5">&lt;<a href="mailto:rolfmeesters@gmail.com">rolfmeesters@gmail.com</a>&gt; wrote:<br>
&gt; hi,<br>
&gt;<br>
&gt; i&#39;m using<br>
&gt;<br>
&gt; [symbol2list -]<br>
&gt; |<br>
&gt; |    [symbol(<br>
&gt; |    |<br>
&gt; |<br>
&gt; [list2symbol]<br>
&gt;<br>
&gt; on something like 00-ab-87-02.<br>
&gt; the result becomes 0ab872.<br>
&gt; so, i&#39;m losing the leading zero&#39;s.<br>
&gt;<br>
&gt; in other words the symbol &#39;00&#39; is handled like a number,<br>
&gt; probably any symbol that looks like a number is immediately treated like<br>
&gt; that.<br>
&gt; which, in the case above is unexpected (at least for me).<br>
&gt;<br>
&gt; would it then be necessary, working with texts, always to check if one&#39;s<br>
&gt; not accidentally losing zero&#39;s?<br>
&gt;<br>
&gt; rolf<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
</blockquote></div><br>