Normally you would use an array for this, which already has indexes built in and easily accessible.
As for spelling something gradually, you might look into the left, right, and len system expressions, to get part of a string.
Tokenat is also an option, as a method to store and retrieve multiple values as part of a single string.