09-02-2013 05:31 AM
Hello everyone,
i want to fill a kind of list (Cluster ?) with a Number and a TF-Value.
This functionality should be built in each step of my program.
My goal is to add an entry (Number;TF) in a kind of list in each step.
i tried to make this with an cluster but i can't find a way to add a new entry ...
so my question is how to do this ?
Thanks
br
Luke
Solved! Go to Solution.
09-02-2013 05:45 AM
Build an array of this cluster. Add to array.
/Y
09-02-2013 06:22 AM
thanks Yamaeda,
this works fine for me !