On 03/24/2014 03:10 AM, Waldek Hebisch wrote:
>   tf := '(TexFormat)
>   formatFn :=
>     getFunctionFromDomain("convert",tf,[$OutputForm,$Integer])
>   of := SPADCALL(expr,$IOindex,formatFn)

Are you really sure, that you meant $IOindex as the second argument?

I need to call outputTran from newfort.boot. Do you think that would be
correct?

outputTranF e ==
  dom := '(OutputDispatch)
  outputTranFn := getFunctionFromDomain("outputTran",dom,[$OutputForm])
  SPADCALL(e,outputTranFn)

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to