Trying to find out how to convert an integer into a character or string array? I do not see a reciprocal function of atoi(). Is there a function in ccs that can handle this?? If not, what methodology would i use to build my own??
Thanks!
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
Posted: Wed Oct 11, 2006 11:31 am
sprintf the variable
That takes int/long/hex/whatever and prints it, But instead of printing to the screen it puts it in a string.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum