Hi, thanks for the reply. my question to you is, lets say I have two files (One of the file is filled with subroutines, while the other one is where my main program will go). Now, in my main program I want to use one of the subroutines to perform a task (lets say this particular subroutine displays the number 8 onto a screen) and I want to call that subroutine into my main file, where I will be programming in, so that I can display the number 8. How can I call one of those subroutines which is located in another file, into my program? I think in every PBP program we do this by typing in the following
INCLUDE "modedefs.bas"
but not sure how to implement it in my case.
Any code example or advise would be greatly appreciated. Thanks
srigopal
Bookmarks