Lets say I have the following as a string:
097102099105110
What I want to do is find the ascii character represented by every set of 3 digits. So the ascii character of 97, then 102, 99, 105 and then 110.
Could anybody point me in the right direction here?