TRealFormat
| Wed, 2008-04-16 16:59 | |
|
STL stringstream class provides a fill() method which allows to have strings formated w/ 'a fill character' if the the length of the input is below a certain threshold. i.e. stringstream ss; output -> 000100.123 Is there a way to format the input of a RBuf8 to do the same using TRealFromat. Rbuf8 string; I know there is format.iplaces, and format.iWidth, but Can't seem to figure this one out w/ out a work around --> Please advise. OwnerOfTheWorld |
|





