Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Ok so I have been searching for and answer for this for a while and haven't found the solution. We have some old lisp files that we used to insert things like revision markers and torque balloons and stuff. Well at some point they quite working and I am not sure why.
Here is the code:
;INSERT REVISION TRIANGLE (defun c:rev() (setq num (getstring "\nEnter revision number:")) (command "insert" "i:/blk/standard/veco_rev" pause (getvar "dimscale") "" ""))
The problem is that after being prompted for the revision number when it inserts the block the block comes in with just the default attribute value.
I will admit I know next to nothing about lisp syntax.
Any help would be appreciated.
Solved! Go to Solution.