View previous topic :: View next topic |
Author |
Message |
wedilo
Joined: 16 Sep 2003 Posts: 71 Location: Moers, Germany
|
int or long or float to string |
Posted: Tue Mar 02, 2004 1:35 am |
|
|
Hello folks,
because the great work of the forum search engine :-(
I'm looking for a routine that coverts me values from different datatypes e.g. int, long or floats to a string.
Thanks you for any help
73 Sven |
|
|
Ttelmah Guest
|
Re: int or long or float to string |
Posted: Tue Mar 02, 2004 3:52 am |
|
|
wedilo wrote: | Hello folks,
because the great work of the forum search engine :-(
I'm looking for a routine that coverts me values from different datatypes e.g. int, long or floats to a string.
Thanks you for any help
73 Sven |
sprintf |
|
|
wedilo
Joined: 16 Sep 2003 Posts: 71 Location: Moers, Germany
|
|
Posted: Tue Mar 02, 2004 4:39 am |
|
|
Oh oh oh, thanks for teaching me humility
73 Sven |
|
|
Ttelmah Guest
|
|
Posted: Tue Mar 02, 2004 4:49 am |
|
|
wedilo wrote: | Oh oh oh, thanks for teaching me humility
73 Sven |
At least it was an easy question to answer. :-)
Just how powerful the printf/sprintf functions are, is easy to forget.
Best Wishes |
|
|
|