|
-
Feb 25th, 2001, 05:05 PM
#1
Thread Starter
Lively Member
How can I take a number, like 23167 and then be able to seperate between the ones,tens,hundreds,ect, digits. So I could end up having something like
a1 = 7; // ones digit
a2 = 6; // tens digit
a3 = 1; // hundreds digit
a4 = 3; // thousands digit
a5 = 2; //ten-thousand digit
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|