DCL Help Please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to teach myself how to write a more indepth lisp.
I want to create a lisp with a dialog that will ask you to select a point, then display the N, E, Z in the dialog.
I've looked at AfraLisp and I know how to construct the a basic dialog. I do not know how to add feactures such as "Select a point" and have those features displayed.
How can I find a list of variables that are used in lisp? For instance, (defun c:test (/ p x y z ptcoord). Where or how do I find the information "(/p x y z..."??
I've poked around in the visual lisp editor in AutoCAD, but I wasn unable to what I'm looking for.
Whats the best program to write lisp in? Is there something that works like C++ that will outline errors, etc? Again I've poked around in the lisp editor in autocad, and typed random stuff and it didnt do anything special to alert me that the function was incorrect.
Thanks!