Hello everyone,

I've been having a hard time finding an answer to my solution without writting a new function just to do this.

How do I convert an Int to a *Char. For example. If my int varibale is 345, I want to convert it to "345."

What is the correct way to do this?

Thanks!