monkeymagic2222
Technical User
Hi,
Is there a way to seperate each digit in a string containing a number. Say for example I had: 123456789012, i'd like each number in a variable so:
num1 = 1
num2 = 2 ...
num12 = 2
The number will always be 12 digits long but the 12th character may sometimes be an "X".
Thanks.
Is there a way to seperate each digit in a string containing a number. Say for example I had: 123456789012, i'd like each number in a variable so:
num1 = 1
num2 = 2 ...
num12 = 2
The number will always be 12 digits long but the 12th character may sometimes be an "X".
Thanks.