Program:  LSPFUN14.lsp v14.1.00 by Augusto M. Macalalad

Purpose:

In case you have forgotten the AutoLISP functions
you are after then this one's for you. An AutoLISP routine
that gathers all the C:DEFUN functions loaded into memory,
put it into alphabetical list via dialogue box, and a
single pick to the list will load that function for you.
If you load another AutoLISP, calling LF again
will automatically put that function into the list.
A counter is also provided to show how many functions
are available.

Installation:

Just copy the files LSPFUN14.LSP, LSPFUN14.DCL and
LSPFUN14.TXT to your AutoCAD  /SUPPORT directory (folder).

Program Loading:

At AutoCAD command prompt, type APPLOAD, then from FILE
button, search for LSPFUN14.lsp file from /SUPPORT folder,
pick OPEN button, then pick the LOAD button to load the
routine to memory.
Type LF at command prompt.

This program is FREEWARE, PUBLIC DOMAIN, POSTCARDWARE
or whatever you might call it. But a generous donation
of US$5.00 is greatly appreciated, that will greatly
help me develop more useful AutoLISP routines...  THANK YOU.

This program is freely edited, revised, and distributed
(no LIMIT) as long as the three files are included in the
distribution.

THIS PROGRAM IS NOT ERROR FREE!, AND IT IS NOT THE
AUTHOR'S RESPONSIBILITY IF THE FUNCTIONS GATHERED BY
THIS PROGRAM FAIL TO WORK, OR RUIN YOUR DRAWING.

For any questions, comments and ideas, please email
me at this address:

augustom@fdcbuilding.com.au
ammacalalad@angelfire.com

Your generous support and donation of US$5.00 is greatly
appreciated.  Please send cash to this address:

Augusto Macalalad
47 Carlton Crescent
Summer Hill, NSW 2130
Australia

Again, please NOTE that all proceeds will be use to
develop more useful AutoLISP routines.. Please include
your email address or postal address and in return I
will send you the free AutoLISP routine of your request.

THANK YOU VERY MUCH AND GOD BLESS YOU!

REVISIONS:

1.00   Initial issue
1.01   Error trap added
