From: Andersson Andreas
Subject: Converting a string to an entityname in AutoLisp
Date: 
Message-ID: <355958ED.7EB9@ios.chalmers.se>
Hello all AutoLisp programmers!

I have a question concerning entitynames. My program reads lines from a
ascii-file, and therefore the information is treated as strings (i.e.
"<Entity name: 25307a0>"). This causes a problem when using the (entget
ename [applist]) command where ename should be the name of en entity an
not a string containing the name.

Is this possible to solve ?

Thanks!

/Andreas