The QBasic Forum      Other Subforums, Links and Downloads
 
 Return to Index  

Does it run in Qbasic?

July 19 2009 at 1:58 PM
  (Login burger2227)
R


Response to i could but...

I currently don't have the time to check it out, but it should run in Qbasic if you want the program to be compatable. QB4.5 needs BRUN45.exe to be included for compiled common shared values to work with CHAIN. Try the program in each to see how it works. PDS has a lot of options and specs not available in the other versions. How badly do you need PDS?

You could just use another file if you want and open it when needed. Also random is not necessary as WRITE # created data files are easy to use. Place all of your variables in one WRITE # line and then INPUT # the same variables in one swipe. You are currently doing the same consecutive thing using PUT and GET. Since your variables change names, you cannot use a loop. You don't need a placeholder number if you PUT and GET from the first value to the last. String variables should be a defined length.

Just some ideas. Have fun!

Ted

PS: If it does not run in QB 4.5, I don't use PDS.






    
This message has been edited by burger2227 on Jul 19, 2009 9:13 PM


 
 Respond to this message   
Response TitleAuthor and Date
of course it runs in QB (View Thread) on Jul 20
   Quickbasic 7.1 is referred to as PDS, lol. "Professional Development System" on Jul 20
      i tried compiling the program before... on Jul 20
         The variables were already in the memory when you created them. on Jul 20
            i think that was my problem before on Jul 21
               That is why I think you should LINK instead of CHAIN later. on Jul 21
                  *LINK sounds interesting. can u tell me more about it? on Jul 22
                     You have to compile first with BC.EXE on Jul 22
                        * Apple even made an Operating System called OS XAnon on Jul 29
                           i used to do some tinkering with Apple comps on Jul 30
                              No. Applesoft is a version of BASIC.Solitaire on Jul 31

Newbies usually go to www.qbasic.com and click on The QBasic Forum
Forum regulars have their own ways, which include The QBasic Community Forums