In the attached workfile, if you delete one row (right cilck, delete cell), then delete another one, Eviews crash (same crash if you delete 2 rows in one click). It seems it is related to the number of rows in this table.
Using a program cause same crash:
Code: Select all
Code: Select all
stars.deleterow(2)
stars.deleterow(1) 