in reply to deleting all the elements of an array
Try assigning the array to an empty list (), like so:
@table_cont = (); [download]
Cheers. BazB.
Update: Oops. Bit slow. Duplicate post.