dskim
(Dskim1906)
1
Hi, guys
I want to extract curves to only 1 branch on complex list(curves and number)
How can I do ?
hessel40
(Hessel40)
2
you could try and use TextMatch ( eg input *curve) and Dispatch the curves from the current list
Use another list item component to get just the first entry
dskim
(Dskim1906)
4
Thanks, you are right ! I appreciate of you.
hessel40
(Hessel40)
5
note that this only works for this exact situation. if the order differs in other models this might no longer hold
dskim
(Dskim1906)
6
Textmatch means ‘Match Text’ ?
I don’t know that’s function. Do you tell me some links to learn ‘Match Text’ ?
I use just ‘Dispatch’. It’s solved. Thanks.