home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / ibm / pc / misc / 12520 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.2 KB  |  40 lines

  1. Newsgroups: comp.sys.ibm.pc.misc
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!usc!rpi!rs6112.ecs.rpi.edu!edgarm
  3. From: edgarm@rs6112.ecs.rpi.edu (Marc Edgar)
  4. Subject: QBasic: Including Libraries.
  5. Message-ID: <c+7ynr_@rpi.edu>
  6. Keywords: QB 4.5, Quick Basic, Basic
  7. Nntp-Posting-Host: rs6112.ecs.rpi.edu
  8. Reply-To: edgarm@rpi.edu
  9. Organization: Rensselaer Polytechnic Institute, Troy, NY.
  10. Date: Fri, 11 Sep 1992 15:43:50 GMT
  11. Lines: 27
  12.  
  13. Greetings, 
  14.  
  15. I hope I am not ataking up too much bandwidth to ask a question
  16. about Quick Basic 4.5, I could not find a better newsgroup 
  17. to post to.
  18.  
  19. I have collection of subroutines (SUB 's) and FUNCTIONS
  20. in one program that I want to be able to call from a 
  21. second program.  At the moment I have combined them into 
  22. one large program.  I have read the manual on $INCLUDE files
  23. but command does not work if the program that you want to 
  24. include has any subroutines.
  25.  
  26. Surely there must be an easy way to call the subroutines of the first
  27. program from the second without having to combine them into
  28. a single program?  
  29.  
  30. If you have any experience with this sort of thing I would 
  31. like to know how you solved it. 
  32.  
  33. Thanks for your help.
  34. Marc Edgar
  35. edgarm@rpi.edu
  36.  
  37. PS - I know Basic is not a REAL language to many of you but it works
  38.      for me.
  39.  
  40.