<div># Thank you very much, Frank!</div>
<div># Using list instead of symbol solves my problem. Perhaps it will be good, if there were an equivalent of zero in symbol domain, ie. an empty symbol(?)</div>
<div># And a small detail:&nbsp;Pd couldn't create [list $1] in the scope of the abstraction. Because, if I understood correctly, [list $1] turns into [list fileName] but there isn't that kind of a list. Instead, I wrote [list append $1] and that worked.
</div>
<div># Thanks again!</div>
<div>-ugur guney-<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 7/21/06, <b class="gmail_sendername">Frank Barknecht</b> &lt;<a href="mailto:fbar@footils.org">fbar@footils.org</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">As missing arguments are initialized to 0 you can use a [select 0] to<br>filter out unwanted arguments. Instead of [symbol $1] I would
<br>maybe use [list $1], which can deal with both symbols and floats.<br>Then just connect the [list] to the [select] and use the right outlet<br>of [select] to go to the [read $1( message. You can also connect a<br>message with a default value to the left outlet of [select], which
<br>will be banged if you didn't supply an argument.<br><br>Ciao<br>--<br>Frank Barknecht&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _ ______footils.org_ __goto10.org__<br><br>_______________________________________________<br><a href="mailto:PD-list@iem.at">
PD-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br></blockquote></div><br>