Trim a value ListView

Hi, I have a ListView with the "01 - Something,02 - Something,03 - Something" and so on.
I want to be able after an item is selected just get the 01 or 02 or 03, depending on the selection.

I know I have to use the ListView.Selected to get which is selected. How do I get it down to just the number? No extra spaces or brackets around the numbers.

Thanks

blocks

Use the text manipulation blocks, here are three ways:

image

1 Like

Thanks, perfect, its easy once you know how lol

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.