hetauma Posted July 26, 2011 Posted July 26, 2011 Ok I have almost no idea of LISP I found an example changed it to what I want it to do and it works fine now the noobish question: (vlax-put-property attr "TextString" len) I want to put in the property attr the value of len (of course I have sorted it before) followed by "km" so if len=15.30 it should set it to 15.30 km thanx in advance Quote
BlackBox Posted July 26, 2011 Posted July 26, 2011 (vlax-put-property attr "TextString" [color=blue](strcat (rtos len 2 2) " km")[/color]) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.