PuzzzleClub Posted March 27, 2014 Posted March 27, 2014 Hello, Ive been trying to write an autolisp program that gives the user an area of an object with multiple spaces subtracted from that objects area. Im pretty sure that this error message refers to the "strcat" command that is in use but I seem to be stumped as to how to make this program functional. If anyone has any insights to this dilemma I would greatly appreciate input. thanks in advance! -PuzzzleClub here is the code; almostThereLISP.LSP Quote
hmsilva Posted March 27, 2014 Posted March 27, 2014 Add (setq areaString (rtos(getvar "area")2 4)) (setq insertUnits (getvar 'INSUNITS));; <<<<<<<< (cond The insertunits variable was not defined... HTH Henrique Quote
PuzzzleClub Posted March 27, 2014 Author Posted March 27, 2014 thanks hmsilva, I really appreciate the assistance and speedy response. makes total sense now. -PuzzzleClub 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.