Hi Niklas, I have defined a formula that contains deductive clauses which
follow a different grammar and
I have already written the evaluation function, the result of which is a
matrix. I was thinking I could
just call ScInterpreter::PushMatrix which would print the result but again,
my function resides in the "ui"
module which limits access to ScInterpreter. I could define a function in
ScFormulaCell that calls
the pushmatrix function and call that function from my class. I hope i am
making sense.
If opcode is a better option, where do I go and add it ?

-Rashi


On Mon, Jul 19, 2010 at 1:09 PM, Niklas Nebel <niklas.ne...@oracle.com>wrote:

>
> If you don't want to add an OpCode and have your function called by formula
> evaluation, ScInterpreter is the wrong place for the function. Returning a
> ScMatrix might still be useful, but not necessarily so.
>
> What are you really trying to do? It would help to know that.
>
>
> Niklas
>
>

Reply via email to