|
-
Jul 31st, 2006, 09:24 AM
#1
Thread Starter
Hyperactive Member
Adding to a number with preceding zero's
If I have a text box that is txtRow = "07" and I want to add the xTemp wich is 2 to it how can I do this ?
xTemp is dimmed as string, but even if I change it to an integer it doesn't work.
xTemp + txtRow.text = ??? it will come out all funny like 207 or something
How can I get it to come out as "09" ?
* NOTE * No number will ever be negitive, and no total will go into tripple digits
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|