I have a string of letters seperated by periods, like this:
I want to place each set of letters into a element of an array, so it would look something like:Quote:
a.ds.ees.f.csg.cw.s.ab.s.f.s.ffsd.j
Can you guys give me an idea on how to do this.Quote:
[a][ds][ees][f][csg][cw][s][ab][s][f][s][ffsd][j]
Thanks

