|
-
Jul 16th, 2007, 01:13 PM
#7
Re: [2005] format question
 Originally Posted by newpat
so, is that right?
loud = loud.tostring("0000")
No, that's not what I meant....
What you have displayed on screen is just a string representation of the integer value. And you can not format an integer itself but rather its string representation. That's why you have to to convert the integer to string and then format that string.
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
|