Extracting data from a list cto compare

I have a list that consist of values like arch.10., arch.20., etc… I want to extract only the 4th and 5th character from it. I know how i would do it in Excel but not in Dynamo.

Thanks for your help as usual

I found a workaround using List.FromString in Clockwork, I’m sure there’s a cleaner way to do it though :slight_smile:

Do you want the 4th and 5th character of each string?

Something like that?

 

 

I knew there was a smarter way to do this ahahahha

Thanks a lot