I figured use a loop so I done this:
for(%i=0;%i<strLen(%word);%i++)
which is fine but then I need to get the letter so if the loop was starting it would return the first letter of the word and so on. this is where I ran into the problem, There's no function that returns the letter in that position (or I've missed it), so yeah help?