at the certain point in the array
Type: Posts; User: Derekman
at the certain point in the array
to check if a character is between 1 and 9 you would have to write;
core[i + 3] >= '1' && core[i + 3] <= '9'
and you are at least detecting at that point whether the core array is holding a...