Search the web
Sign In
New User? Sign Up
qbasic · This is a Discusion List for all QuickBasic and QBasic Programmers. Need to learn qb this is the list for you!
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2511 - 2540 of 4379   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2511
Can someone list all the good qb sites so i can see if qb is worth learning....
figjam
figjam88au
Offline Send Email
Apr 2, 2004
11:24 am
2512
Oh come on, Qbasic is far more useful than simply to make stuff. It teaches basics in programming in a basic english like syntax. It is an extreme stepping...
talin1_2000
Offline Send Email
Apr 2, 2004
2:11 pm
2513
hello everybody. In an attempt to write a VB program I have gone back to qbasic for the functionality part of it. And here is where I need your help. Though...
talin1_2000
Offline Send Email
Apr 6, 2004
9:04 pm
2514
... To get the command, get everything after the "#" but before the first "(": '----- cstart%=instr(comm$,"#")+1 cend%=instr(comm$,"(") ...
someone42_000
Offline Send Email
Apr 7, 2004
5:13 am
2515
I am a beginner in using qbasic and I'm currently taking a class. I problem have me stuck (Writing a problem using a nested FOR....NEXT loops to output a...
erskinerob
Offline Send Email
Apr 7, 2004
3:20 pm
2516
Why nest? Use two For Next loops... One increasing the counts of * the other decreasing * QM...
quartermars@...
quartermars
Offline Send Email
Apr 7, 2004
9:25 pm
2517
Never mind, I think this will do it: CLS FOR outer = 1 TO 4 ' this is to stop it or it would keep going to bottom row = 1 column = 39 char$ = "*" ' or chs$(42)...
erskinerob
Offline Send Email
Apr 7, 2004
11:07 pm
2518
On stardate Wed, 07 Apr 2004 19:35:29 -0000, Captain erskinerob spake ... It's always better to write code that can be easily understood six months down the...
Michael Marquart
foxidrive
Offline Send Email
Apr 8, 2004
4:11 am
2519
I think they want us to have experience in nesting. I copied the code on another email to show what I had done....
erskinerob
Offline Send Email
Apr 8, 2004
7:43 am
2520
On stardate Thu, 8 Apr 2004 14:11:50 +1000, Captain Michael Marquart spake ... and an updated one - I enjoyed this little task, even if the end result is a...
Michael Marquart
foxidrive
Offline Send Email
Apr 8, 2004
1:32 pm
2521
I guess I should introduce myself: My name is Erskine and I'm both a Budget Analyst and Junior Network Analyst (how I got that, I don't know) for the National...
erskinerob
Offline Send Email
Apr 8, 2004
6:02 pm
2522
Thanks Mike. I really appreciated your ideas. I was always told that my programs need to be more efficient. I need to learn to think logically. BTW this is my...
erskinerob
Offline Send Email
Apr 8, 2004
8:14 pm
2523
Is there anywhere I can get a copy of QuickBasic 4.5 my copy has been lost in my travels. Bob.................
Bob Fletcher
robertgfletcher
Offline Send Email
Apr 9, 2004
7:32 am
2524
Welcome to QB Erskinerob.... QM...
quartermars@...
quartermars
Offline Send Email
Apr 9, 2004
10:54 am
2525
I had done a search in the past.. and found it pretty easy. Check out ... Qbasic 4.5 in a search engine like google.... QM...
quartermars@...
quartermars
Offline Send Email
Apr 9, 2004
10:56 am
2526
Hi! I'm new to the group and only have limited BASIC and QBASIC experience. What I am trying to do is to generate text files using Wordpad or some other word...
teknet3
Offline Send Email
Apr 9, 2004
1:38 pm
2527
... Couple of items - line 5 needs the ; between items and filename$ was quoted, which was the problem. 5 CLS : ENVIRON "PATH=A:\BRADY1;A:\QBASIC": d = 1 10...
Michael Marquart
foxidrive
Offline Send Email
Apr 9, 2004
2:04 pm
2528
I don't think you could offend anyone here by asking questions. I mean even asking how to print text on the screen is a valid question of the person just...
Matthew Johnson
talin1_2000
Offline Send Email
Apr 9, 2004
5:11 pm
2529
I need to read and write binary file at a byte level.. I have been able to read data at binary level and store it in another file, but when I try to create...
n2mci
Offline Send Email
Apr 12, 2004
3:17 pm
2530
... You need to store it as a chr$ vlaue. DIM b AS STRING * 2 OPEN "testfile.bin" FOR BINARY AS #1 FOR i = 1 TO 255 b = CHR$(i) PRINT b PUT #1, i, b NEXT i ...
Michael Marquart
foxidrive
Offline Send Email
Apr 12, 2004
3:22 pm
2531
On stardate Tue, 13 Apr 2004 01:22:52 +1000, Captain Michael Marquart spake ... I was a bit quick off the mark - I assume you want the following which stores...
Michael Marquart
foxidrive
Offline Send Email
Apr 12, 2004
3:26 pm
2532
Michael, thanks.. I figured it was something stupid I missed.. Now I can get dangerous.. Thanks again for your help, -Pete...
n2mci
Offline Send Email
Apr 12, 2004
5:47 pm
2533
Michael, thanks.. I figured it was something stupid I missed.. Now I can get dangerous.. Thanks again for your help, -Pete...
n2mci
Offline Send Email
Apr 12, 2004
6:01 pm
2534
I'm working on a program and I need it to take a screen shot and send it to the printer. I don't know if this is possible with QB. Can any one help me out?...
bobby
bobby_jarrard
Offline Send Email
Apr 15, 2004
5:57 pm
2535
... Press Alt Printscreen with the window in focus, paste into a picture viewer and print from there. -- Regards, Michael...
Michael Marquart
foxidrive
Offline Send Email
Apr 15, 2004
6:13 pm
2536
On stardate Fri, 16 Apr 2004 04:13:36 +1000, Captain Michael Marquart spake ... Nevermind - I was under the impression you wanted to do it while developing the...
Michael Marquart
foxidrive
Offline Send Email
Apr 15, 2004
6:19 pm
2537
I have an intresting problem. first let me say, I program on a 286,( i use it for a shop database) so memory is a factor. now my problem. I have written...
armour3000
Offline Send Email
Apr 15, 2004
8:01 pm
2538
On stardate Thu, 15 Apr 2004 20:01:06 -0000, Captain armour3000 spake ... I think you would want to use the CHAIN command. -- Regards, Michael...
Michael Marquart
foxidrive
Offline Send Email
Apr 15, 2004
8:22 pm
2539
... Can do! It took me a long time to discover- was never able to get anyone on several groups to help. One day, I figured/stumbled it out. This works in...
Wayne Roderick
tetonsl
Offline Send Email
Apr 15, 2004
8:29 pm
2540
Yes the Chain command. The Chain command allows you to call a Qbasic .bas file and run it by giving up control of the computer and exiting the original...
talin1_us
Offline Send Email
Apr 15, 2004
9:42 pm
Messages 2511 - 2540 of 4379   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help