<div dir="ltr">Hi Chuckists,<br><br>chuck -s test:walk-sample:silence-rest:loop:ap-ppa-appp:3-1-2_1-2-3-4-5-7-6<br><br><a href="http://test.ck">test.ck</a> is as follows:<br><br>&lt;&lt;&lt;me.args()&gt;&gt;&gt;;<br>for(0=&gt;int i; i &lt; me.args(); i++){<br>
&nbsp;&nbsp;&nbsp; &lt;&lt;&lt;i, me.arg(i)&gt;&gt;&gt;;<br>}<br><br>and outputs:<br><br>5 :(int)<br>0 walk-sample<br>1 silence-rest<br>2 loop<br>3 01-001-1000<br>4 3-1-2_1-2-3-4-5-7-6<br><br>i undestand that ChucK has only atof and atoi to get values from incomming strings. and i <br>
but 01-001-1000 is/are three vectors: [0,1],&nbsp; [0,0,1] and [1,0,0,0].<br>and 3-1-2_1-2-3-4-5-7-6 is/are actually two vectors: [3,1,2] and [1,2,3,4,5,7,6].<br><br>the first arguments are stringed options passed to ChucK scripts, seems okay.<br>
i need these two separate ordered sets of vectors..<br>i am thinking of sending each value independently (test:.....:4:6:9......) separating each vector by, say, 999. and each set of vectors by 9999<br><br>any better idea?<br>
</div>