Author Topic: Entity name to string  (Read 1151 times)

0 Members and 1 Guest are viewing this topic.

mailmaverick

  • Bull Frog
  • Posts: 495
Entity name to string
« on: April 09, 2014, 08:05:18 AM »
How to convert entity name obtained by (car (ent)) or by (ssname ... ) to string ?

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Entity name to string
« Reply #1 on: April 09, 2014, 08:07:42 AM »
vl-princ-to-string

That said, it's of little to no value. Handles on the other hand are very useful. Do some reading.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

mailmaverick

  • Bull Frog
  • Posts: 495
Re: Entity name to string
« Reply #3 on: April 09, 2014, 08:27:17 AM »
Thanks.