encapsulate List Elements
Encapsulate every element of the passed String List in quotes. Returns the list as ["element1","element2","element3"
etc.
Return
Returns a concatenated String with all elements of the passed list encapsulated.
Author
Griefed
Parameters
list To Encapsulate
The String List of which to encapsulate every element in.