How to use double array forEach?

Sech - > {({“111”,“11111”}),({“222”,“22222”}),({“333”,“33333”})}

For Each
ForEach i In Sech

output
111,1111
222,2222
333,3333

how to use forEach ?

Sequence.xaml (5.8 KB)

Try this out.

Regards,
Nithin

thanks :slight_smile: ! but i want to

ex) sech(0)(0) +" , " + sech(0)(1)
sech(1)(0) +" , " + sech(1)(1)
sech(2)(0) +" , " + sech(2)(1)

“111” “11111”


“222” “22222”


“333” “33333”


i use variable count cnt

sech(cnt)(0) sech(cnt)(1)

Thank you for your help and I will wait for a better answer :slight_smile:

1 Like

If it’s always going to be 2 items in the inner array.

Sequence.xaml (7.0 KB)

Regards,
Nithin

1 Like

I can stop replying :slight_smile: but its very offensive on your part.

Regards,
Nithin

1 Like

Sorry if you’re feeling bad. thats mean I was asking you.
I’m not good at English and my question was too brief.
It was a very helpful answer for me. thank u :slight_smile: