I need to write a procedure that would take an array of variants as a parameter. However, the data I need to work with in the calling procedure must be stored in an array of doubles.
When I do it directly I get an error "Type mismatch". What could you suggest please?