Re: merge charts
Posted: Mon Aug 16, 2010 10:28 am
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
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