cleaning a table
Posted: Thu May 12, 2011 9:39 am
How do I empty all entries of a table?
I would like to reset the table to be empty after each iteration. The following does not work in EViews 6:
table t=””
My solution is:
table t
delete t
table t
(I need the first line in order to avoid an error in the second line)
Any suggestion for better ideas?
Thanks,
Basile
I would like to reset the table to be empty after each iteration. The following does not work in EViews 6:
table t=””
My solution is:
table t
delete t
table t
(I need the first line in order to avoid an error in the second line)
Any suggestion for better ideas?
Thanks,
Basile