On Fri, 25 Mar 2011 15:10:44 -0400, Dr.Smith <[email protected]> wrote:
To empty many arrays of various types, rather than: clear(arr1); clear(arr2); ... clear(arrN); is there something like: clear(ALL);
Not sure what this would do. Clear all arrays? That isn't possible.
Also, after "clear(arr)", will "arr ~= value" assign starting from element 0?
Yes. -Steve
