Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am fairly new to working with autolisp and scripting and I couldn't figure out if there was a reference that would define what the numbers signified in the dotted pair properties in the line I have below.
I am trying to use a lisp that finds the dotted pair of an object so that mtext within a group can be modified without removing the grouping. I have pretty much everything I need working but I am getting a Bad Point Argument with this specific line:
(setq CURREV1 (ssget "X" (cons 1 R1VAL) '(0 . "MTEXT") '(410 . "Layout1") '(8 . "BORDER_REV")))
Any help is greatly appreciated.
Solved! Go to Solution.