To empty many arrays of various types, rather than:

clear(arr1);
clear(arr2);
...
clear(arrN);

is there something like:

clear(ALL);

Also, after "clear(arr)", will "arr ~= value" assign starting from element 0?

Reply via email to