Sorry code tags are hanging poly count again :poly127: below are some of my matching notes... ( Because I forget what works for me, all the time :whyme: ) basically, for selection: pCube1.f[27] //method 1 using ".[]" ".[]" are all illegal characters.. Therefore, they only need to be accounted for once in any match.…
Have you considered using Python. It's really is excellent for this type of thing. I forced myself to start using python about 2 years ago and have not regretted it. mainStr = "|Render|Props_Crate_001.f[5]"#split the string into a array/list using '.' as the argumentsplitMe = mainStr.split('.')print splitMe#splice out the…