Using Variables in Dispatch
Hello,I am trying to manipulate the axes of a graph with Dispatch. The following code works well:SendToReport( Dispatch( {}, "Precursor", ScaleBox,{Min( 3395001600 ), Max( 3413404800 ), Interval( "Day" ), Inc( 5 ), Minor Ticks( 0 ), Rotated Labels( 1 )} ),However, I need to script quite a number of graphs, so I would like to wrap them into a loop, w...