Hi I need help, if someone can explain it, it would be great
Hello,
you have to read it from from right to left.
- The split block takes the selected element from ListView and split it by \n (return). So this generates a list with the different pieces after the splitting.
- Select list item is taking from that list the element number "index".
- The block replace takes that element and replace the text iindicated in "segment" by the text indicated in "replacement" (it seems empty string).
You can use Do it to see what happens in each block. An example:
1 Like
Thanks Ramon for the insight