First you need to convert it to a string -- either a real string, or just a simple char* array:
Then you can access it as buf[0], buf[1], etc.Code:char buf[40]; itoa(number, buf, 10);
|
Results 1 to 6 of 6
Thread: Is there a mid$Threaded View
|
Click Here to Expand Forum to Full Width |