(parse) in newlisp mode

Started by Dmi, April 15, 2006, 02:57:56 PM

Previous topic - Next topic

Dmi

> (parse ""abc")
string token too long in function parse : "abcd1Pt08"

I have a suspection that when using internal parser, there is no range range checking for an input string.

Possible this could be dangerous...
WBR, Dmi

Lutz

#1
Parsing stops after the end of the string (4 chars in your example). This is a display problem, how the error gets reported and will be corrected.



Lutz