Hi,

I want to use the Streakline module, so I have to send a serie to its
first input.
I effectively have a serie in the beginning, but I must change the
position member of this serie with the Replace Module.However, Replace wants a 
field in input. So I've placed a Select module
before Replace, and I use a ForEachN to work on every field of the serie.My 
problem is that I must regoup the fields in a new serie after Replace
in order to pass it to the Streakline module.I use a CollectSeries module 
combined with GetLocal/SetLocal. In the
'position' attribute, I send the 'current' output of ForEachN.But it doesn't 
work, this new serie contains only one field.
I think it's maybe easier in script mode, but I don't really know it.

Here is the part of my program:

        current, last = ForEachN(1,n,1);
        Select (input=my_serie,which=current);
        Replace (srcfield=my_computation,dstfield=Select);
        GetLocal (initial=Replace);
        CollectSeries (object=GetLocal,position=current);
        SetLocal (object=CollectSeries,link=GetLocal);
        Streakline (data=CollectSeries,...);


Thanks a lot for any help.


-----------------
Emmanuelle Lafont
NUMTECH
6 allée Allan Turing
BP 30242
63175 AUBIERE Cedex

Reply via email to