Currently, i have a module containing many subs i use in a large number of programs. what i want to know is:
1) How can you convert subs into functions
2) How can i make my own .dll containing all of these functions (similar to an #include .h file for c++