VisBasDude
Programmer
Hi yeah, i have a string for example "JAMES" and i want to split it into the separate letters e.g. "J","A","M","E","S" and load this into an array. I was using the explode statement like this $Name = explode("",$Data) but this doesnt seem to work. Any ideas how i could do this in other ways?? James