Skip to main content
how to generate a value off a partial level name

Do you have an example? It's possible you could use regular expressions to pull the name out.


Capturefme


Want to use part of the level names like _Line 6 to generate a value of 6 in Line _Width and _Line 4 to generate Value of4 _StopBar_Line24 Value to 24 ect.


As mentioned by @dustin​ , you can use a regular expression for this. For example:

imageYou can then rename the list element _subs{0}.part to whatever you want, e.g. LineNumber:

image


Reply