Grégory Vanuxem
unread,May 19, 2026, 2:00:39 PM (8 days ago) May 19Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fricas...@googlegroups.com
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