2D array of Variants not converting

Issue #80 resolved
James Powell repo owner created an issue

Comments (2)

  1. James Powell reporter

    Variants are sneaky! Instead of a 2D array of Variants, was getting 1D Variant array of 1D Variant arrays. Was because of error-handling case where I wrongly passes a Variant instead of an array of variants as default.

  2. Log in to comment