Would it be possible to add a constructor for convenience to the variant class which takes a StringArray?
Probably an easy one, and I know you guys come up with a nicer solution than I would in terms of avoiding copying etc. At the moment I iterate each time over the StingArray.strings and add each one manually…