Hi, im need to find a way of distinguishing between individual characters in a
String according to their position in the String. I need them to be then stored in another Stringso that i can then analyse and rearrange them.
A String contains to
word "Bob"
i would then like to have three other Strings (first, second and third) that hold the first second and third characters in the word:
eg.
first = b
second = o
third = b
Thanks