Lee Mac Posted September 25, 2008 Posted September 25, 2008 Hi guys, I've been working on a LISP to create instrument and nozzle tags (basically a line with a circle attached to it and some text within the circle). I have created a separate program that the user may invoke to set some "base variables" ie. circle radius, text height. However, I have encountering some errors when running this separate program. I cannot see what is wrong as I have used code in the same format in other LISPs that I have created. I would appreciate any help available. Thanks Lee tktag2.lsp Quote
VovKa Posted September 25, 2008 Posted September 25, 2008 you've made two spelling errors in these two expressions (getenv "tag:tcirc") (setenv "tag:tcirc" (rtos tcircr)) i suspect it should be "tag:tcircr" Quote
Lee Mac Posted September 26, 2008 Author Posted September 26, 2008 Thanks Vovka, That solved the problem - I knew it would be something stupid like that! 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.