Referencing objects in workfile EV6
Posted: Thu Jun 10, 2010 2:18 am
Hi,
Is it possible to reference objects in a workfile without knowing their name. So for example, say I open foreign data as a workfile, I then have a workfile that contains a number of series, can I apply the dlog operator to each series? I imagine it would be something along the lines of:
series dl1 = dlog(series_in_wf_array(1))
series dl2 = dlog(series_in_wf_array(2))
etc...
Or set a string variable to the first series name, so somnething like
%series1 = series_in_wf_array(1).name
Thanks,
Tom
Is it possible to reference objects in a workfile without knowing their name. So for example, say I open foreign data as a workfile, I then have a workfile that contains a number of series, can I apply the dlog operator to each series? I imagine it would be something along the lines of:
series dl1 = dlog(series_in_wf_array(1))
series dl2 = dlog(series_in_wf_array(2))
etc...
Or set a string variable to the first series name, so somnething like
%series1 = series_in_wf_array(1).name
Thanks,
Tom