Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Reply
Message 1 of 4
Anonymous
229 Views, 3 Replies

idxyz

Wonder if anyone can help me with this.

I found a very useful tool on the web written by John R Ricker. But I need it to indicate a point on the location and the coordinates to be in brackets.

Can you help me?
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

Change the line: (command "TEXT" PT TXTSZ "" VAL$) to be two lines: (command "POINT" pt) (command "TEXT" PT TXTSZ "" (strcat "[" VAL$ "]")) Dan -- ;;; For reply, change numbers to decimal "Esther" wrote in message news:20729700.1080007337079.JavaMail.jive@jiveforum2.autodesk.com... > Wonder if anyone can help me with this. > > I found a very useful tool on the web written by John R Ricker. But I need it to indicate a point on the location and the coordinates to be in brackets. > > Can you help me?
Message 3 of 4
bob.at
in reply to: Anonymous

- coordinates in brackets: change line 111 to the following:
(command "TEXT" PT TXTSZ "" (strcat "(" VAL$ ")"))

- "point on th location": sorry, I do not understand what you mean with that
Message 4 of 4
Anonymous
in reply to: Anonymous

Thank you so much

It worked !

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost