Hello,
I am trying to create an array so that it would look like the following: vtSecurity = "AA", "BB, "CC", "DD". But I can't make it so that both quotation marks would surround each string in the final array. This code is what I could get so far.
If...