Hi, i was just wondering whether there is a function to convert integer values to strings in any of the libaries. I already tried itoa, Itoa and IntToStr. I also noticed there ist an Itoa function defined in the Integer.h header. But I don't really need an Integer class, just a little function to convert usual int variables into strings.