- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi.
This question exists on the forums https://forums.autodesk.com/t5/vba/handles-getting-modified-when-put-in-excel/m-p/1865322#M79968
which details the problem with hex handles being exported and converted to scientific notation.
My problem is not exporting to excel, but directly in autocad.
(vl-prin1-to-string 124E4)
(vl-princ-to-string 124E4)
I store a structure on a DXF record in an xdictionary on an entity.
These structures have an entity handle reference.
The structure is a list, or list of lists that are stored as a string in the record, and (read) back into the lisp runtime to be manipulated and then stored back as a string.
I have to do a (vl-prin*) to put the structure into a string and be able to read it back.
My question is: can I set the lisp reader to ignore that conversion for the function in question?
Do I even have access to the lisp reader in autolisp?
Thnaks
Solved! Go to Solution.