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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2491 - 2520 of 3625   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2491
To get what you want, you need to save the random seed you pass to RANDOMIZE. For example: seed! = TIMER RANDOMIZE seed! FOR X = 1 TO 10 PRINT RND NEXT X ...
someone42_000
Offline Send Email
Feb 2, 2004
5:22 am
2492
On stardate Mon, 02 Feb 2004 05:22:17 -0000, while visiting Deep Space 9, ... I don't know which version of qbasic that works in, but not in mine. Try this. ...
Michael Marquart
foxidrive
Offline Send Email
Feb 2, 2004
5:59 am
2493
I like Michael's approach to this: I didn't know you could specify the random number like that. However, when I tried to apply it to the program, it still...
hotman1433
Offline Send Email
Feb 7, 2004
11:06 pm
2494
I found two files in my qb45 directory which dealt with simple encryption/decryption. One of the passes involved using a predictable RND sequence. I forgot how...
someone42_000
Offline Send Email
Feb 8, 2004
1:34 am
2495
I am using VBDOS but don't have the documentation. When I first ran the converter to vbwin (trnslate.exe) I got an 'vbrun100.dll not found' error. So I...
earl_trotter
Offline Send Email
Feb 11, 2004
3:54 am
2496
I downloaded an older version of the dll and now the application works. So please ignore previous message. Thanks. ... ran ... load ... syntax ... -- ... --...
earl_trotter
Offline Send Email
Feb 11, 2004
8:55 am
2497
... Under VB and Win 9.x 'BEEP' will play your system's default wav file. Under QB and VB3 in Win9.x for sound I shell to self-executing sound files, external...
Dreadstar
d0ct0r_zaius
Offline Send Email
Feb 15, 2004
12:04 am
2498
Please help me to solve the if logic issue of this program. Purpose of the program is to score the response given by the user. After reading the option,...
dduttaroy
Offline Send Email
Feb 15, 2004
3:12 am
2499
Your IF...THEN statement seems to be comparing the answer to another answer to score the question. Not only that, but you only have 4 answers, but you have 5 ...
Tom Curley
lensguy2000
Offline Send Email
Feb 15, 2004
1:44 pm
2500
Thank you. It helps me much. ... than...
ddroy
dduttaroy
Offline Send Email
Feb 18, 2004
1:48 am
2501
i cant stand using my vibrator to help me fall asleep anymore. i want the real thing, i want a man who can wear me out so I can fall asleep. if you like to...
imdeadineeddik1
Offline Send Email
Feb 25, 2004
7:36 am
2502
i heard some men like it firm but some men like it soft...more cushion for the pushin right? anyways, i posted pics of my ass in a sex thong to try to get a...
imdeadineeddik1
Offline Send Email
Mar 5, 2004
4:40 am
2503
Lmao. As little as this has to do with qbasic, i do like a woman with a soft ass. thanks for asking....
JAGSOFT5@...
Send Email
Mar 5, 2004
4:44 am
2504
careful, you'd be surprised that many of these posters are not even women but gays trying to suck in unsuspecting folks here on the internet. I like 'em both...
Tim Durbin
aerobat_1
Offline Send Email
Mar 5, 2004
6:16 am
2505
Hmmm well I prefer one a little firmer... For a minute I thought there was some sort of a algorithm used for data curve fitting here...you know ASA...
quartermars@...
quartermars
Offline Send Email
Mar 5, 2004
2:46 pm
2506
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qbasic group. File : / Excellent Info...
qbasic@yahoogroups.com
Send Email
Mar 15, 2004
6:16 am
2507
hello, I haven't been programing for 13 years, and I found I have forgoten many things ( know 4 other languages). I have a big question.... how do you...
armour3000
Offline Send Email
Mar 17, 2004
2:18 am
2508
Hi all, I too needed the format to do some black and white partial bmp printouts. I found it here, along with some code: ...
Michael C Adams
ragnarokc2
Offline Send Email
Mar 17, 2004
2:43 am
2509
Hi, Found another link that was much more helpful. It takes the format apart one part at a time and explains what is there: ...
Michael C.
ragnarokc2
Offline Send Email
Mar 17, 2004
7:39 pm
2510
Hello, this is Daniel Carpenter-Gold, writing from the good ol' state of Maine. Anyways, I am just beginning to program games in QBasic, and I was wondering if...
carpenter/gold
etharil
Offline Send Email
Mar 28, 2004
11:24 am
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
Messages 2491 - 2520 of 3625   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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