C
ChuckM
I have a text string that contains an age range...:
text_string(1)= 6 - 10
text_string(2) = 11 - 13
text_string(3) = 14 +
I also have an age variable (integer) that I need to assign to an age
group.
e.g.
age = 12
so I need to map this to text_variable(2).
I believe that I can do this if I can read eaxh charachter of the
string...if someone can tell me how to do this.... or is there an
easier way?
Thanks
ChuckM
text_string(1)= 6 - 10
text_string(2) = 11 - 13
text_string(3) = 14 +
I also have an age variable (integer) that I need to assign to an age
group.
e.g.
age = 12
so I need to map this to text_variable(2).
I believe that I can do this if I can read eaxh charachter of the
string...if someone can tell me how to do this.... or is there an
easier way?
Thanks
ChuckM