Clearing String Tables

What is the best method for clearing data from a string table? I have 10 tables of about 6000 values each. I would like to set all the values in these tables equal to zero after each table is written in a loop. I know that this could be done in a loop iterating and reseting every value, however I think this is inefficient.

Is there a better way to clear tables than iterating through every value?

Mary covers that in this old thread here;

(Hint, put a -1 in for the length).

1 Like