[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] assigning arg value to variable



yeah.  just got back from mars...
thanks!
j
On Aug 25, 2005, at 10:46 AM, fons adriaensen wrote:

On Thu, Aug 25, 2005 at 09:34:41AM -0700, Jeremy Zuckerman wrote:

i found another hole in my understanding of sc / cs.  why can't i
assign the argument to the variable:
(
var t;
10.do({|i|
    i = t;
    t.postln;
});
)


You probably mean t = i ????

--
FA
_______________________________________________
sc-users mailing list
sc-users@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-users