I know rm2k is an old system but I'm working on something fun anyways...
I have been able to break down multiple digit numbers into single digits, kind of a small array, but I want to know if there is a viable way to put the digits back into another variable...example:
I have a 5 digit number holding levels for 1-10 items. Say I have 12345. I can break it down to the 2 by itself into a variable or any other single number. I want to change the value of the variable and put the number back together (ie 2 to a 4 back into 12345 to make it 14245).
Would I invert the process or what?
thanks
I have been able to break down multiple digit numbers into single digits, kind of a small array, but I want to know if there is a viable way to put the digits back into another variable...example:
I have a 5 digit number holding levels for 1-10 items. Say I have 12345. I can break it down to the 2 by itself into a variable or any other single number. I want to change the value of the variable and put the number back together (ie 2 to a 4 back into 12345 to make it 14245).
Would I invert the process or what?
thanks