Hello.
I have a project, where I have to store some values in range of 1-99, 100 values total. Planning to use array for that, but since using low end PIC, can't store too many data in array, but maybe it is possible to split array byte somehow? I mean, byte variable can take any value from 1 to 255, but I need to store two values, each in 1-99 range, so maybe it is possible to store two such values in single byte ?