xutuan Zhang wrote:
Thank you guys for the reply. I have managed to build
a simple addin function to Calc, which takes doubles
and returns double.

Does any one know what data type (I'm using C/C++) I
should use for arrays, i.e., to pass an array/range
from Calc to the function and returns an array?

Use nested sequences, which are UNO's way of expressing arrays. See the documentation of the AddIn service for the possible parameter and return types.


Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to