Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working on a little project. I keep getting this error. I know I'm missing something simple.
See attached lisp.
Solved! Go to Solution.
I am working on a little project. I keep getting this error. I know I'm missing something simple.
See attached lisp.
Solved! Go to Solution.
I can't get to my computer to open your lisp at the moment but I am going to take a shot in the dark here by looking at the error message. The "27.89728091" looks like a string not a real number judging by the "" try converting where it is getting that string using (atof "27.89728091") should return something that the 180.0 should be able to compare with.