Re: Conversion from int to char



fm2766 ha scritto:
Hello, I have to convert integers in characters; for example: from number i=123456 to string c="123456".
I could write in a file the variable "i", and later read it as a variable "c", but this method seems to me very inefficient.
Some suggestions?

Thank you very much.
All you were very kind. :-)
.