Re: Making include files
- Posted by otter at FULL-MOON.COM Jun 14, 2001
- 378 views
yes David, technically it is just that simple. good programming practice will make you want to double check your code and make sure your procedure doesn't leave any open file or windows handles and releases all of its memory. nobody likes a leaky procedure. good luck! At 08:09 PM 06/14/2001 -0700, you wrote: >Evening all, > >How do you makea procedure into an include file? Is it enough to just save >it as [name].e and then insert include [name].e at the top of your program >for the contents to be accessible? > >Thanks, >David