<div>
<div>I thought the point was that you could use this in numerous places and each one would be unique... so how could $0 alone refer to a specific one?</div>
<div>&nbsp;</div>
<div>&nbsp;</div><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hallo,<br>Pall Thayer hat gesagt: // Pall Thayer wrote:<br><br>&gt; OK, I've figured out that I can use something like [table $0-a 259]
<br>&gt; to create a dynamically named array/table. But how do I retrieve that<br>&gt; name for use elsewhere?<br><br>[symbol $0-a] ?<br><br>Or do you mean in another patch, where you don't know the content of<br>$0? You can send $0 to that patch, it's just a number. Or directly
<br>send &quot;$0-a&quot;.<br><br>You can also pass &quot;$0-a&quot; as an abstraction argument.&nbsp;&nbsp;Assuming you<br>have an abstraction, which wants to [tabread] your table.&nbsp;&nbsp;Then just<br>create a [tabread $1] object and call that abstraction with &quot;$0-a&quot; as
<br>argument. If you want to pass lots of names like this, it's better to<br>only pass &quot;$0&quot; and construct the names inside:<br><br>[tabread $1-freq]<br>[tabread $1-vol]<br>[tabread $1-pan]<br><br>etc.<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></blockquote></div>