Nyktos
03-16-2010, 12:24 AM
Hi All,
I have a map that has Strings as the keys, and sets of strings as the values. I need to pull the sets of values off into an array, so I have;
1 - "String set 1"
2 - "String set 2"
3 - etc
I've tried a few things but I always seem to pull a single string, contaning all the sets, and this sits on index 1 of my set I export to.
How can I pull the values off onto an Array - each string set having a seperate index?
Much appreciation for the help!
I have a map that has Strings as the keys, and sets of strings as the values. I need to pull the sets of values off into an array, so I have;
1 - "String set 1"
2 - "String set 2"
3 - etc
I've tried a few things but I always seem to pull a single string, contaning all the sets, and this sits on index 1 of my set I export to.
How can I pull the values off onto an Array - each string set having a seperate index?
Much appreciation for the help!