I’m sure this is simple, but I just can’t seem to get it right.
All I want to do is split a 2 digit number into 2 seperate numbers.
For example:
I have a value of 35
I want returned:
1st number = 3
2nd number = 5
Thanks for your help!!!
I’m sure this is simple, but I just can’t seem to get it right.
All I want to do is split a 2 digit number into 2 seperate numbers.
For example:
I have a value of 35
I want returned:
1st number = 3
2nd number = 5
Thanks for your help!!!
:: Copyright KIRUPA 2024 //--