Hi,
The following code seems to work,
But I'd have to be convinced that it doesn't keep on concatenating and reallocating wastefullyQt Code:
QString aString; out << 1; out << "+"; out << 2; // and so on... qDebug()<<aString;To copy to clipboard, switch view to plain text mode
Thanks anyway.
Bookmarks