Hi,
I have an string array such as:
string1() = {"qw", "1", "test"}

and I have a collection from the My.settings
so it's my.settings.collection1

It's a 1D collection which means the content of collection is
"asdasda"
"as"
"aawerfwe"
...

How can i copy all of collection1 in string1 ?

thanks !