i am looking for code that can generate an array where the first item is A, then B, then C . . .after Z i
Have a look at an ASCII table and take note of the values of the characters. You should be able to work out a loop to increment the character from A to Z for as many times as you need to replicate the characters. :)