I have an list of strings as follow:
AA
AB
AC
AD ..
I want to append a specific number to each of my elements from this array. What I want the output to be is
AA12345678
AB12345678 ..
You get the idea. I am a total noob so forgive me. I have tried many codes but I haven't managed to work it out.