Message 1 of 18
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I've written an AutoLISP script that helps me with some of my day-to-day activities. I'm currently running into a problem while trying to create DIMALIGNED objects.
Here's the line:
(command "dimaligned" (car (cdr (nth 0 actMlist))) (car (cdr (nth 1 actMlist))) "t" (strcat "RISE: " (rtos rise 2 2) "' \n" "RUN: " (rtos run 2 4) "' \n SLOPE: " slope "%") (car (cdr (nth 0 actMlist))))
This line executes with no problems. It creates an Aligned Dimension, changes the text as desired, and places it where I want it. However, no matter what code I put after this line, it tries to execute it as a function. I've tried replacing the last point with a pause and finishing the command with ("") at the end and (command) on the next line to no avail. Any help here would be great!
Here's a screenshot. I'll be happy to provide more information if needed.
Solved! Go to Solution.