Du hast schon Recht mit dem Array.Zitat:
Zitat von farratt
Ich hab in meiner Asuro Lib mal die Funktion rausgesucht, und dort steht es richtig mit 7:
Damaltor hat übrigens nicht dich gemeint.Code:void PrintInt (
int wert)
{
char text [7]; // "-12345"
itoa (wert, text, 10);
SerPrint (text);
}