|
-
May 20th, 1999, 06:47 AM
#1
Can I store numbers in a CString object?
Nothing else than the subject?
-
May 20th, 1999, 06:52 AM
#2
Re: Can I store numbers in a CString object?
CString sTemp;
sTemp.Format ("%d", 1);
sTemp.Format ("%f", 1.65);
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
|