Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
so i made an acaddoc.lsp file and put it in the support folder, but whenever i open a new drawing, or an old one, it doesn't run the commands i put into it. not sure if it's just me cutting out something important that it needs to run commands or what.
(defun s::startup ()
(command "_annomonitor" 2)
(command "_fieldeval" 31)
and the reason i'm using commands instead of setvar is because setvar wasn't working either, i also want to see that the variables have been set in the command line every time i open a file.
Solved! Go to Solution.