stones1030
Programmer
Hi, this is my 3rd questionf of the day.
I need to create some sub routines and make them available to other files. How do I do that.? Do I HAVE TO use modules?
What willbe the simplest way to achieve this?
I just want to put some loggingcapabilities and some common business logic into a file to avoid duplicate work and for easier maintenance
thank you
I need to create some sub routines and make them available to other files. How do I do that.? Do I HAVE TO use modules?
What willbe the simplest way to achieve this?
I just want to put some loggingcapabilities and some common business logic into a file to avoid duplicate work and for easier maintenance
thank you