[Csnd] dynamic arrays?
Date | 2013-04-01 09:46 |
From | Rory Walsh |
Subject | [Csnd] dynamic arrays? |
Forgive me, the dust has hardly settled on the new array implementation and I'm already asking about dynamic arrays/vectors! This really would be the icing on the cake though! Something along these lines perhaps? kVal[] init 1 until kVal.size>10 do kVal.add(k1) od Would something like this be possible? |
Date | 2013-04-01 12:45 |
From | Ben Hackbarth |
Subject | Re: [Csnd] dynamic arrays? |
+ 1 ! -- ben
On Mon, Apr 1, 2013 at 10:46 AM, Rory Walsh <rorywalsh@ear.ie> wrote: Forgive me, the dust has hardly settled on the new array |