Grabowski Autolisp Summary

Lessons

tailor04.html Lesson #4

tailor05.html Lesson #5

tailor06.html Lesson #6

tailor07.html Lesson #7

tailor08.html Lesson #8

tailor09.html Lesson #9 Simple Program Pt3.
Discusses feature bloat and self-loading via acad.lsp ie put (load "mylisp.lsp") in acad.lsp.
Note in this file I introduced p class="cmd" for command line entries but still used tt inline because I cannot find the same font-family that is used in tt to put in the style (not mono or courier in ie5 anyway -see comparisons done in lesson *tt, *mono, *courier). In my browser tt looks just like the real autocad command line font.

tailor10.html Lesson #10 Using the Car, Cdr, RtoS, and StrCat Functions
Introduces more user input for the program and adds detailed comments.

tailor11.html Lesson #11 Saving Data.
Save the output of the program by writing to, or appending to, a file.
Note Lesson #11 developes the lable program to store the coordinates as data in a text file.


Separated Autolisp Files

Minimal version of the program Lable to put point co-ords on-screen.
lable.txt Puts co-ords of a pick point on screen as text. Viewable text version.
lable.lsp Downloadable lisp.

Final version of the program Lable to put point co-ords on-screen.
lable_final.txt Puts co-ords of a pick point on-screen as text. Viewable text version.
lable_final.lsp Downloadable lisp.

Final version of the program Lable to put point co-ords on-screen and append to a text file.
(Note much elaborate commenting removed)
lable_final_file.txt Puts co-ords of a pick point on-screen as text and append to a text file. Viewable text version.
lable_finalfile.lsp Downloadable lisp.