[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2009-05-27T00:01:18-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/2964 2009-05-27T00:01:18-05:00 2009-05-27T00:01:18-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=19233#p19233 <![CDATA[Actualy]]> Statistics: Posted by iamdenteddisk — Wed May 27, 2009 12:01 am


]]>
2009-05-26T19:12:18-05:00 2009-05-26T19:12:18-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=19231#p19231 <![CDATA[ending/quiting a qbasic program]]>

QBASIC source.bas /RUN

Statistics: Posted by bongomeno — Tue May 26, 2009 7:12 pm


]]>
2009-05-26T14:20:23-05:00 2009-05-26T14:20:23-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=19230#p19230 <![CDATA[ending/quiting a qbasic program]]>

I'm running the program from a bat file, which in turn is ran from another program....

I was trying to remove the need for the user, who ever it be from the need of closing down the qbasic window once it had finished running....

Dead line for this has passed for now....

so I'll go back to getting the program to work under a enviroment where I am able to do this with...


the problem came about becouse of the number of floting point numbers...
within the program.
I now have the time to get the syntext right...


thanks everyone

Statistics: Posted by ozthor — Tue May 26, 2009 2:20 pm


]]>
2009-05-26T13:56:17-05:00 2009-05-26T13:56:17-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=19229#p19229 <![CDATA[ending/quiting a qbasic program]]>
I still use QB.exe to interpret my code. If there are any errors in the code it goes straight to it and I can fix it. I just call QB.exe from Programmer's Notepad instead of the QB IDE. I also open my code in the IDE and save it to get all my keywords upper case. I can call the IDE, save, and exit the IDE in like a second.

As soon as I get a monitor for my old desktop I'll be able to use the QB IDE more, but things being the way they are for me right now, I'm not going to hold my breath and wait for a monitor to appear.

Statistics: Posted by jasbales — Tue May 26, 2009 1:56 pm


]]>
2009-05-26T12:59:08-05:00 2009-05-26T12:59:08-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=19228#p19228 <![CDATA[ending/quiting a qbasic program]]>
When you don't use it, you often can get errors and then waste MORE time trying to finding them! The IDE stops at each error and usually points to the error's position.

Don't be afraid of the IDE! Use it to help you.

Ted

Statistics: Posted by burger2227 — Tue May 26, 2009 12:59 pm


]]>
2009-05-26T01:24:17-05:00 2009-05-26T01:24:17-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=19227#p19227 <![CDATA[ending/quiting a qbasic program]]> Statistics: Posted by jasbales — Tue May 26, 2009 1:24 am


]]>
2009-05-25T23:57:52-05:00 2009-05-25T23:57:52-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=19226#p19226 <![CDATA[ending/quiting a qbasic program]]>
To exit the IDE use the File menu. Save changes if you made any.

SYSTEM only returns a BAS file to DOS if it was started in DOS. That way, it runs similar to an EXE program.

To exit without the IDE, you need to run it using a command line or a batch file. IF you stop the program, you will have to exit the IDE yourself.

I don't recommend EVER using END!

PS: DementedDisk, WHAT are you talking about? Nonsense!

Statistics: Posted by burger2227 — Mon May 25, 2009 11:57 pm


]]>
2009-05-25T22:57:16-05:00 2009-05-25T22:57:16-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=19225#p19225 <![CDATA[that is the end..]]> hitting ESC key
hitting Q
at a prompt
stop
exit
quit
end
system

these are usualy in the code but if not here are a few key strokes you can try.
"ctrl & pause/break" stops the execution and brings back the qb enviroment from there use mouse to "file then exit"

"alt & ESC" will minimize the current window and from there you can right click on the minimized name in the bar bellow and then select "close".

"Ctrl&alt&deleate" will bring up task manager from there choose the program to end and hit "end task"

if the last one doesn't do as I said you may be using a different windows version and you can use "alt&F4" to do the same with taks manager in those other versions.

Else you may have a frozen machine and you can try holding in the power switch on the front of your tower case for 10 seconds and that will halt and power down the machine. this one will work but can corupt older HDD's that need to park first. ifso you will need to run scandisk before restarting windows unless it does it automaticly.

that is it cut and dry you should be able to stop execution of any unwanted program now..good luck.

Statistics: Posted by iamdenteddisk — Mon May 25, 2009 10:57 pm


]]>
2009-05-25T22:02:32-05:00 2009-05-25T22:02:32-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=19224#p19224 <![CDATA[ending/quiting a qbasic program]]>
what ever I do... the program runs, once finished, I get the message..

press any key to continue

at which time you are then returned to the listing of the program code....

Statistics: Posted by ozthor — Mon May 25, 2009 10:02 pm


]]>
2009-05-25T21:29:27-05:00 2009-05-25T21:29:27-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=19223#p19223 <![CDATA[ending/quiting a qbasic program]]> Statistics: Posted by jasbales — Mon May 25, 2009 9:29 pm


]]>
2009-05-25T20:56:34-05:00 2009-05-25T20:56:34-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=19222#p19222 <![CDATA[ending/quiting a qbasic program]]>
but not being a big user of qbasic, i'm lost...

how do you exit a qbasic program???

once the program has run, done its work, how do you get it to close the qbasic window....

to get right out of the qbasic evnirement????

Statistics: Posted by ozthor — Mon May 25, 2009 8:56 pm


]]>