Im wanting to split up a word into its component letters to manipulate the letters individually, basically I want to create an array of letters from a string.

How is this achievable?