i have a word at a string:

x = "book"

and i want to do this:

x1 = "b"
x2 = "o"
x3 = "o"
x4 = "k"

but the string changes and I don't know to do this because one time is 4 letters but other time is 5 letters.

any help??

thank's