hyang5
unread,Sep 17, 2002, 10:05:02 AM9/17/02You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
In my simple program, I need to convert each characters of a string into
individual digit, I know I can use a for loop and charAt method to get each
character, but how can I convert the characters to digits? Thanks for your
answers.