Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have this line in my AutoLISP code where pnt2 is a point, textH is the height, textA is the angle, and num is the output. In one drawing this works fine, but when I used this in another drawing, it wouldn't use textH to set the height, but rather would use a default height, use textH as the angle, and print out textA, ignoring num. How do I ensure that each argument is setting the right parameter.
(command "._text" pnt2 textH textA num)
Solved! Go to Solution.