Hi,
I wonder if this is possible:
I would like to split a variable at whichever character is between two or more numbers.
For example:
Var = “1727273-24243535;253625/2525333”;
Should result in:
Var1 = 1727273
Var2 = 24243535
Var3 = 253625
Var4 = 2525333
Is this possible?
Ron
I wonder if this is possible:
I would like to split a variable at whichever character is between two or more numbers.
For example:
Var = “1727273-24243535;253625/2525333”;
Should result in:
Var1 = 1727273
Var2 = 24243535
Var3 = 253625
Var4 = 2525333
Is this possible?
Ron