Thanks for your quick answer

That's the way I've finally chosen.

Have a good day !

Mikaël

Niklas Nebel a écrit :
Mikaël De Bie wrote:
I'm writing a calc add-in. I've made a first function that returns an OUString. I've also made a seond function that takes a Sequence< Sequence < OUString >> object as argument and then return this object.

What I want to do is use the second function with an array of cells containing the results of several first function.

My problem is that the second function works fine only when only one cell is selected as parameter. If I select an array of two cell or more, "..." appears as result

Can anybody tell me how to fix this problem ?

Oh, that looks like an error in Calc, and we have to fix it there (nobody has reported this before, apparently sequence<sequence<string>> isn't used much).

As a workaround, you can use sequence<sequence<any>> as the argument type.

Niklas

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


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

Reply via email to