AutoLISP exporting option

AutoLISP exporting option

Anonymous
Not applicable
316 Views
1 Reply
Message 1 of 2

AutoLISP exporting option

Anonymous
Not applicable

I am trying to extract data from my drawing using a script and export them into a file that another platform (probably c++ or c#) can pick up.

Are there any other options than a plain text file that I can export those data? I guess I can convert them into excel data, but I'm not sure if that makes it easier to decrypt on the other end.

0 Likes
Accepted solutions (1)
317 Views
1 Reply
Reply (1)
Message 2 of 2

dgorsman
Consultant
Consultant
Accepted solution

Plain text covers CSV and XML, both of which are useable as an intermediate format.  Doing XML via script would be laborious, much easier with LISP, and even more so with dotNET.

----------------------------------
If you are going to fly by the seat of your pants, expect friction burns.
"I don't know" is the beginning of knowledge, not the end.


0 Likes