Converting A Range of Alphanumeric Characters Into A List (X1-3 to X1,X2,X3)
Hello,I'm trying to convert a range of alphanumeric characters into a list. I'm pretty new to JSL and I'm not sure exactly how to go about doing this. This is what I would like to achieve: Orginal: CH1-3Return: CH1,CH2,CH3 The character prefix does not always contain two characters (Could be CH1-3 or X5-8 for example). I know that if I had a range of just two numbers, like CH1-2, I could use the ...