Code: Select all
for %j block_eq block_aic block_r2
if (@isobject(%j)) then
if {%j}.@type = "GRAPH" then
graph gr_block.merge {%j}
endif
endif
next
Moderators: EViews Gareth, EViews Steve, EViews Moderator, EViews Jason
Code: Select all
for %j block_eq block_aic block_r2
if (@isobject(%j)) then
if {%j}.@type = "GRAPH" then
graph gr_block.merge {%j}
endif
endif
next
Users browsing this forum: No registered users and 2 guests