when i run this code i get @seas(12) in the group, how can get all 12 seasonal by loop in the group?
Code: Select all
for !i=1 to 12
group dum @seas(!i)
nextModerators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
for !i=1 to 12
group dum @seas(!i)
nextCode: Select all
group dum @expand(@month)
Code: Select all
group dum
for !i=1 to 12
dum.add @seas(!i)
next
Users browsing this forum: No registered users and 2 guests