Click to See Complete Forum and Search --> : Can I store numbers in a CString object?


Alfred
May 20th, 1999, 06:47 AM
Nothing else than the subject?

olivier
May 20th, 1999, 06:52 AM
CString sTemp;

sTemp.Format ("%d", 1);
sTemp.Format ("%f", 1.65);