Hello Waldek,

I use since this morning (something that sticks in my head)
'parseAndEvalToStringEqNum' in server.boot. You suggested to me to
use, my bad question/response as usual, sorry to all,
'parseAndEvalToString' but my problem was that the index of the
expression used in a "personal" pseudo terminal was returning


parseAndEvalToString str ==
  $collectOutput:local := true
  $outputLines: local := nil
  $IOindex: local := nil
  v := CATCH('SPAD_READER, CATCH('top_level, parseAndEvalStr str))
  v = 'restart => ['"error"]
  NREVERSE $outputLines

parseAndEvalToStringEqNum str ==
  $collectOutput:local := true
  $outputLines: local := nil
  v := CATCH('SPAD_READER, CATCH('top_level, parseAndEvalStr str))
  v = 'restart => ['"error"]
  NREVERSE $outputLines

-- 
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 view this discussion visit 
https://groups.google.com/d/msgid/fricas-devel/CAHnU2daZoyR_JUaq1nJCNx27BYEk6qsqd5oijs9gxpPy08_pCw%40mail.gmail.com.

Reply via email to