What functions should i be looking for to convert a list in the format: ("A") ("B") ("C") ("D") to the format: ("A" "B" "C" "D") It's probably something simple but I'm still learning :) Thanks!