home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.ibm.pc.misc
- Path: sparky!uunet!sun-barr!cs.utexas.edu!usc!rpi!rs6112.ecs.rpi.edu!edgarm
- From: edgarm@rs6112.ecs.rpi.edu (Marc Edgar)
- Subject: QBasic: Including Libraries.
- Message-ID: <c+7ynr_@rpi.edu>
- Keywords: QB 4.5, Quick Basic, Basic
- Nntp-Posting-Host: rs6112.ecs.rpi.edu
- Reply-To: edgarm@rpi.edu
- Organization: Rensselaer Polytechnic Institute, Troy, NY.
- Date: Fri, 11 Sep 1992 15:43:50 GMT
- Lines: 27
-
- Greetings,
-
- I hope I am not ataking up too much bandwidth to ask a question
- about Quick Basic 4.5, I could not find a better newsgroup
- to post to.
-
- I have collection of subroutines (SUB 's) and FUNCTIONS
- in one program that I want to be able to call from a
- second program. At the moment I have combined them into
- one large program. I have read the manual on $INCLUDE files
- but command does not work if the program that you want to
- include has any subroutines.
-
- Surely there must be an easy way to call the subroutines of the first
- program from the second without having to combine them into
- a single program?
-
- If you have any experience with this sort of thing I would
- like to know how you solved it.
-
- Thanks for your help.
- Marc Edgar
- edgarm@rpi.edu
-
- PS - I know Basic is not a REAL language to many of you but it works
- for me.
-
-