27 Jul
2012
27 Jul
'12
10:29 a.m.
On 27 July 2012 15:57, George Locke
Is there a better way?
Indeed. I'm a bit busy, so excuse the quoting; 1.2.1.2 - (added) dynamic, resizable arrays .size( int ) resizes array; .size() returns current size() << operator appends new elements into array .popBack() pops the last element of the array, reducing size by 1 .clear() zero's out elements of the array (see examples/array/ array_dyanmic.ck array_resize.ck) Source; http://chuck.cs.princeton.edu/release/VERSIONS Hope that helps, Kas.