<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Use &quot;, 1&quot; as argument for a string]]></title><description><![CDATA[<p>Hi everyone!<br />
I'm making a patch where from two symbols (folder and file) I merge them with an &quot;open&quot; symbol to create an object with an open instruction, as you can see below:<br />
<img src="/uploads/files/upload-84d2664b-e505-424b-88dc-75e6aa2c81de" alt="upload-89ed3fd3-97a6-47c4-a814-8d03203eb94b" class="img-responsive img-markdown" /></p>
<p>I would like to add a &quot;, 1&quot; at the end of the object to have something like that:<br />
<img src="/uploads/files/upload-3220d7b7-16f3-48b4-881b-ef5fa45db320" alt="upload-0345885e-87e6-4d06-8f76-53c6b204c12a" class="img-responsive img-markdown" /></p>
<p>Any idea how to do it? I can't use the &quot;set&quot; because it detects it as a new argument.</p>
<p>Thanks in advance!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9274/use-1-as-argument-for-a-string</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 19:36:13 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/9274.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 May 2015 18:37:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Use &quot;, 1&quot; as argument for a string on Wed, 20 May 2015 18:37:25 GMT]]></title><description><![CDATA[<p>Hi everyone!<br />
I'm making a patch where from two symbols (folder and file) I merge them with an &quot;open&quot; symbol to create an object with an open instruction, as you can see below:<br />
<img src="/uploads/files/upload-84d2664b-e505-424b-88dc-75e6aa2c81de" alt="upload-89ed3fd3-97a6-47c4-a814-8d03203eb94b" class="img-responsive img-markdown" /></p>
<p>I would like to add a &quot;, 1&quot; at the end of the object to have something like that:<br />
<img src="/uploads/files/upload-3220d7b7-16f3-48b4-881b-ef5fa45db320" alt="upload-0345885e-87e6-4d06-8f76-53c6b204c12a" class="img-responsive img-markdown" /></p>
<p>Any idea how to do it? I can't use the &quot;set&quot; because it detects it as a new argument.</p>
<p>Thanks in advance!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9274/use-1-as-argument-for-a-string</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9274/use-1-as-argument-for-a-string</guid><dc:creator><![CDATA[Tonimi]]></dc:creator><pubDate>Wed, 20 May 2015 18:37:25 GMT</pubDate></item><item><title><![CDATA[Reply to Use &quot;, 1&quot; as argument for a string on Wed, 20 May 2015 18:49:56 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/tonimi">@Tonimi</a> <code>[makefilename]</code>?<br />
Cheers~</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9274/use-1-as-argument-for-a-string/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9274/use-1-as-argument-for-a-string/2</guid><dc:creator><![CDATA[EEight]]></dc:creator><pubDate>Wed, 20 May 2015 18:49:56 GMT</pubDate></item><item><title><![CDATA[Reply to Use &quot;, 1&quot; as argument for a string on Wed, 20 May 2015 21:45:27 GMT]]></title><description><![CDATA[<p>I tried with that <img src="/uploads/files/upload-fe249dee-8f81-4fe1-9530-d227ace428ee" alt="upload-9eb43a40-46dc-49e9-bb19-97b253898b9f" class="img-responsive img-markdown" /></p>
<p>But the output is just open...</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9274/use-1-as-argument-for-a-string/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9274/use-1-as-argument-for-a-string/3</guid><dc:creator><![CDATA[Tonimi]]></dc:creator><pubDate>Wed, 20 May 2015 21:45:27 GMT</pubDate></item><item><title><![CDATA[Reply to Use &quot;, 1&quot; as argument for a string on Thu, 21 May 2015 00:50:28 GMT]]></title><description><![CDATA[<p>see the message helpfile, you could do:<br />
<code>[set open $1/$2, addcomma, add2 1(</code></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9274/use-1-as-argument-for-a-string/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9274/use-1-as-argument-for-a-string/4</guid><dc:creator><![CDATA[seb-harmonik.ar]]></dc:creator><pubDate>Thu, 21 May 2015 00:50:28 GMT</pubDate></item><item><title><![CDATA[Reply to Use &quot;, 1&quot; as argument for a string on Thu, 21 May 2015 01:50:20 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/seb-harmonik-ar">@seb-harmonik.ar</a> Ah nice! Just did a quick search for makefilename comma and found that you can do:</p>
<pre><code>[44 &lt;
|
[makefilename %c]
</code></pre>
<p>but in this case it won't work (printing <code>\\,</code>).</p>
<p>Cheers~</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9274/use-1-as-argument-for-a-string/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9274/use-1-as-argument-for-a-string/5</guid><dc:creator><![CDATA[EEight]]></dc:creator><pubDate>Thu, 21 May 2015 01:50:20 GMT</pubDate></item><item><title><![CDATA[Reply to Use &quot;, 1&quot; as argument for a string on Thu, 21 May 2015 09:18:21 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/seb-harmonik-ar">@seb-harmonik.ar</a> said:</p>
<blockquote>
<p>[set open $1/$2, addcomma, add2 1(</p>
</blockquote>
<p>It works! Thank you so much!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9274/use-1-as-argument-for-a-string/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9274/use-1-as-argument-for-a-string/6</guid><dc:creator><![CDATA[Tonimi]]></dc:creator><pubDate>Thu, 21 May 2015 09:18:21 GMT</pubDate></item></channel></rss>