- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have been going through tutorials on AlfraLISP.com. Very helpful site for beginners and I'm sure advanced users too.
"(defun drawline (a / pntl pnt2)
The last, variable a receives the first value to it from outside the program."
This statement is a direct quote from AlfraLISP.com.
https://www.afralisp.net/autolisp/tutorials/quick-start.php
By Kenny Ramage
My question is as follows. When it says "outside the program", does that mean from another document? Such as another .lsp file or excel file or can that mean from within the same .lsp file but in a seperate section/command/function?(I don't have the LSIP jargon down yet so not sure how to word that last part)
Solved! Go to Solution.