Posts: 169
Threads: 35
Joined: Aug 2012
Reputation:
0
Hi everyone, i need to change for example only the "8" in this value "Veh1doors1 = 33686016" and everyother number stay the same, and again, a different command has to change lets say only "6" in the value.
Is that possible?
Posts: 169
Threads: 35
Joined: Aug 2012
Reputation:
0
Cheers mate, will need the luck to solve this out lol
Anyone?
Posts: 215
Threads: 25
Joined: Mar 2011
Reputation:
0
It wont be easy. Do you need to perform some mathematical operations with the value? If not, storing the number as string would make this easy.
Edit: Why do you need to do it? Could there be some other say to accomplish youf goal without changing an integer in a number?
Posts: 215
Threads: 25
Joined: Mar 2011
Reputation:
0
One more question: Do you know the place of the number? For instance with number 33686016, do you know already beforehand that 8, which should be changed is 4th number?
If you do, creating the function will be again easier.