&gt;if i put 92 through [makefilename %c]<div><br></div><div>oh, 44 gives back wierd stuff too &quot;\\,&quot;<br><br><div class="gmail_quote">2010/4/17 Mathieu Bouchard <span dir="ltr">&lt;<a href="mailto:matju@artengine.ca">matju@artengine.ca</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;ve been complaining that we should be able to use &quot;$0&quot; in messages for the sake of simplicity. Apparently you can if you use &quot;\&quot; before it... BUT... Pd does not allow you to write it... as if it REALLY did not want you to do it...<br>

</blockquote>
<br>
there are many things wrong with the backslash. if i put 92 through [makefilename %c] it makes two backslashes. if I use it as a $1 inside of a symbol it becomes four backslashes. if I try to print it, it becomes 8 backslashes (unless GridFlow is loaded, because it installs its own [print]).<br>

<br>
Those hacks probably all come from trying to fix a backslash bug by brute force. By fixing the bug in three places, you cancel one of the original bugs by three new bugs opposite to the original one, so, whether that original bug shows up, you can get up to three new bugs stacked on each other, and then, most of the original bugs are still there (iemgui labels still can&#39;t take backslashes, etc).<br>

<br>
That&#39;s just the backslashes... Keycode 123 is actually much more dangerous.<br><font color="#888888">
<br>
 _ _ __ ___ _____ ________ _____________ _____________________ ...<br>
| Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801</font></blockquote></div><br></div>