Is there any way to do a "for" command for all the members of a group?
Instead of, for example, using
Code: Select all
for {%x} gbp eur jpy Code: Select all
for {%x} in group_currency Thank you v much in advance!
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
for {%x} gbp eur jpy Code: Select all
for {%x} in group_currency Code: Select all
%list = group_currency.@members
for %x {%list}
Users browsing this forum: No registered users and 2 guests