To the original poster, This: isdigit(*(char_string + count)) is a bit more readable when written like this: isdigit(char_string[count]) - Bri -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu