Page 1 of 1

Displaying Equations in Numerical Order

Posted: Thu Jan 31, 2013 3:27 pm
by Aman Saggu
I often need to generate a large number of equations using loops, unfortunately when I label these equations with numbers they are organised in an unusual manner, is there any way to organise them in numerical order:

For example, if I have 200 equations named eq_roll0 to eq_roll200, EViews will display these equations as
eq_roll0
eq_roll1
eq_roll100
eq_roll101

… instead of
eq_roll0
eq_roll1
eq_roll2
eq_roll3

The screenshot may help to explain this more carefully, I could of course rename them all as eq_roll001, eq_roll_002 ect however it would be better if EViews simply organised these numerically

Any advice would be appreciated

Kind regards

Aman Saggu
PhD Economics Researcher at the Adam Smith Business School

Re: Displaying Equations in Numerical Order

Posted: Thu Jan 31, 2013 3:45 pm
by EViews Gareth
Renaming is the only way to do it:

Code: Select all

rename eq_roll?? eq_roll0?? rename eq_roll? eq_roll00?