Search the Community
Showing results for tags 'error checking'.
-
Hi, we work primarily in metric millimeters upto four decimal places, and our line/pline lengths are orthogonal, and mostly in multiples of 5 millimeters. is it possible to have an error checking routine to select a bunch of lines & plines in a window and identify all lines which are not in sync ?...
- 5 replies
-
- fractional lines plines
- error checking
-
(and 1 more)
Tagged with:
-
Hi all, I'm a casual basic lisper. Where in the code is wrong. I'm getting the ss with ssget. I want some error trapping to tell the users that nothing is selected. LISP selects all text regardless of layer. But this error I can't fix. I've tried looking at some examples but I can't get any to work....
-
Adding Error Checking or Conditionals (and combining functions)?
ILoveMadoka posted a topic in AutoLISP, Visual LISP & DCL
I have a small app that (with the help of those here) I have pieced together. I don't know how to do add error checking (or conditionals) so that I don't get scrolling errors for the items that are not found. Also, I think some of the items could be combined for my (ssget "x") but I'm not cl...