BobLoblaws
Programmer
I have integer with the value 5.
I need to store the value in a string.
If I use this, strValue = intValue
strValue becomes the club symbol, which is #5 in the ascii chart. I want the number 5. I also need it to work in the thousand range.
I need to store the value in a string.
If I use this, strValue = intValue
strValue becomes the club symbol, which is #5 in the ascii chart. I want the number 5. I also need it to work in the thousand range.