Message 1 of 7
Equivalent of READ lisp function in .net?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I have old data files that have lisp lists represented as strings.
I could write my own lisp parser, but wanted to try to get acad to read them for me into a resultbuffer.
I have the pinvoked acedEvaluateLisp and was trying to send it something like:
string evalthis = "(read \"" + stringtoread + "\")";
but that string does not quite work, as I do not want the \" before and after the stringtoread, I just want "
But the code must have the \ to make the quotes part of the string.
I think I need to use the READ function from lisp if possible, as wrapping the string with read is not working.
internal protected virtual unsafe Human() : mostlyHarmless
I'm just here for the Shelties