I am trying to write a Python calc add-in that returns multiple values including range-cells (or arrays of numbers).
E.g., if I want the method to take two input <long> arguments 'inarg1' and 'inarg2' and return a status string and two arrays of numbers, how would I specify the IDL routine and python method? I've searched, but I can't find much information about this topic in the PyUNO documentation...
