Author Topic: help with string  (Read 2090 times)

0 Members and 1 Guest are viewing this topic.

TopoWAR

  • Newt
  • Posts: 135
help with string
« on: January 30, 2012, 09:33:14 AM »
hi, this code returns me the name of the entity:
Code: [Select]
(cdr (assoc -1 elist))returns <Entity name: 7efc5140>
I want to be a text string, eg:
"<Entity name: 7efc5140>"
thanks
Thanks for help

Lee Mac

  • Seagull
  • Posts: 12914
  • London, England
Re: help with string
« Reply #1 on: January 30, 2012, 09:37:20 AM »
Code - Auto/Visual Lisp: [Select]

TopoWAR

  • Newt
  • Posts: 135
Re: help with string
« Reply #2 on: January 30, 2012, 09:39:29 AM »
Lee. thanks
Thanks for help