
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm teaching myself LISP and I have been trying to find an answer to a question I have but I can't seem to find a clear explanation, so I figured I would ask here:
If I write a LISP program that I can begin by entering the shortcut at the command line, can I call that LISP program from another custom LISP program or do I have to include the code in the new programs text file?
Example:
I wrote a program (C:DC - DimCentermark.lsp) that adds centermarks to all selected circles at 125% the diameter of its circle. Can I write another program that calls program "DC" before adding ordinate dimensions to selected lines? Or do I need to include the code from program "DimCentermark.lsp" in the code for the ordinate dimension program?
Thanks,
Chris
Solved! Go to Solution.