<div># Hi all,</div>
<div># is there a way of knowing the number of creation arguments of an abstraction in the scope of the abstraction while loading it.</div>
<div># I want to load the parameters of an abstraction from a file. But if no arguments are given, default parameters will be loaded.</div>
<div>&nbsp;</div>
<div>ex:</div>
<div>[abst]</div>
<div>[abst param1.dat]</div>
<div>&nbsp;</div>
<div># I made something like this:</div>
<div>&nbsp;</div>
<div>[loadbang]</div>
<div>|</div>
<div>[symbol $1]</div>
<div>|</div>
<div>[read $1(</div>
<div>|</div>
<div>[qlist]</div>
<div>&nbsp;</div>
<div>etc.</div>
<div>&nbsp;</div>
<div># But, of course,&nbsp;this gives an error when there are no creation arguments.</div>
<div>error: : can't open<br>error: : read failed</div>
<div>&nbsp;</div>
<div># So, I thought that, if there exists some mechanism to know about the number of creation arguments, like argc and argv variables in C, the abstraction can behave according to it.</div>
<div># By the way, this error is harmless but getting an error every time creating that abstraction seems uncomfortable.</div>
<div>&nbsp;</div>
<div>-ugur guney-</div>