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 to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2502 - 2531 of 3625   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
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
Messages 2502 - 2531 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