KG Old Wolf
Board Regular
- Joined
- Sep 20, 2009
- Messages
- 65
This must be simple but it eludes me.
I have a set of values 0 to 99 that I need to append as a two character string to an existing string. I can go through an "if" routine that checks and then functions but it seems like "too much cure for too little sickness".
Isn't there some easy one or two line conversion to take the value 1 and append it to a string as "01"?
Thanks
I have a set of values 0 to 99 that I need to append as a two character string to an existing string. I can go through an "if" routine that checks and then functions but it seems like "too much cure for too little sickness".
Isn't there some easy one or two line conversion to take the value 1 and append it to a string as "01"?
Thanks