D - toString(ulong) ?
- "Matthew Wilson" <matthew stlsoft.org> Sep 14 2003
- "Walter" <walter digitalmars.com> Sep 14 2003
- John Boucher <John_member pathlink.com> Sep 14 2003
- "Walter" <walter digitalmars.com> Sep 14 2003
Is there one of these? If not, can we have one? If so, do I have to write it? :)
Sep 14 2003
"Matthew Wilson" <matthew stlsoft.org> wrote in message news:bk14gu$kaj$1 digitaldaemon.com...Is there one of these? If not, can we have one? If so, do I have to write it? :)
Not yet <g>.
Sep 14 2003
In article <bk171v$nev$2 digitaldaemon.com>, Walter says..."Matthew Wilson" <matthew stlsoft.org> wrote in message news:bk14gu$kaj$1 digitaldaemon.com...Is there one of these? If not, can we have one? If so, do I have to write it? :)
Not yet <g>.
If you do this, and I'm not sure you should, may I suggest the inclusion of a format string? As in: sdec = toString ( "%ul" , x ) shex = toString ( "%08uX" , x ) John Boucher -- Quite contrary The King had Humpty pushed.
Sep 14 2003
"John Boucher" <John_member pathlink.com> wrote in message news:bk2a57$24oh$1 digitaldaemon.com...In article <bk171v$nev$2 digitaldaemon.com>, Walter says..."Matthew Wilson" <matthew stlsoft.org> wrote in message news:bk14gu$kaj$1 digitaldaemon.com...Is there one of these? If not, can we have one? If so, do I have to
it? :)
Not yet <g>.
If you do this, and I'm not sure you should, may I suggest the inclusion
format string? As in: sdec = toString ( "%ul" , x ) shex = toString ( "%08uX" , x )
That would be a good idea.
Sep 14 2003








"Walter" <walter digitalmars.com>