I am developing several 'Procedures', (not subroutines or functions),
which I would like to call from several different totally unrelated
main programs. Can someone please tell me how is the best way to
accomplish this?
My original plan was to develop these procedures, and then cut-and-
paste them into the calling programs. Then, 1) I found that I cannot
cut-and-paste between programs for some reason; but, more importantly,
after thinking about it, it would be nicer to be able to maintain and
extend these procedures in only one place, rather than in each of the
individual calling programs.
I have read a little about creating 'units', but don't know if this is
the best approach.
BTW, I am using 3.5.
In all cases the main programs will only send data to these procedures.
Thank you very much for any guidance,
David
which I would like to call from several different totally unrelated
main programs. Can someone please tell me how is the best way to
accomplish this?
My original plan was to develop these procedures, and then cut-and-
paste them into the calling programs. Then, 1) I found that I cannot
cut-and-paste between programs for some reason; but, more importantly,
after thinking about it, it would be nicer to be able to maintain and
extend these procedures in only one place, rather than in each of the
individual calling programs.
I have read a little about creating 'units', but don't know if this is
the best approach.
BTW, I am using 3.5.
In all cases the main programs will only send data to these procedures.
Thank you very much for any guidance,
David
Comment