I need help figuring out how to construct this feature. Lets say i have a list or array containing {A, F, H, I, L} and I want to create a value/attribute of somesort to hold the contents of that list in a single string or combine them into another list as a single string making "AFHIL". I am having trouble finding how to make this happen.
The overall goal is to add letters to a list individually then compare the list entirety to a single entry in another list.
List 1: {D, O, G} -> DOG (place somewhere) and then compare with entry in another list List 2 (Position X): "DOG".