Search found 8 matches
- Tue Jul 30, 2002 12:30 pm
- Forum: QBasic / QuickBasic related
- Topic: Randomized Graphics
- Replies: 6
- Views: 1703
Re: Randomized Graphics
It would also be a good idea to remove the choice of the ">=290" in calculating the next move to keep the machine from iterating a choice that gets rejected on the next check, i.e. don't let your random generator select anything higher (lower). Sorry this reply is so late, you might have already tho...
- Tue Jul 30, 2002 12:11 pm
- Forum: QBasic / QuickBasic related
- Topic: RMDIR help
- Replies: 2
- Views: 1352
Re: RMDIR help
That's basically a DOS limitation, Mike, so when you are trying to manipulate the dir structure (file search, add/remove dirs, etc.) you have to follow your DOS command structure. MS-DOS doesn't allow you to remove a dir with anything in it, so pebe's answer is right, but it might be different with ...
- Tue Jul 30, 2002 12:01 pm
- Forum: QBasic / QuickBasic related
- Topic: Truncating Strings
- Replies: 2
- Views: 1283
Re: Truncating Strings
Try:
a$=LEFT$(a$, 8 )
a$=LEFT$(a$, 8 )
- Tue Jul 30, 2002 11:50 am
- Forum: QBasic / QuickBasic related
- Topic: Who uses QBasic ?
- Replies: 5
- Views: 1725
Re: Who uses QBasic ?
I think another point to concider here is who actually sees, and better yet, needs to understand, how the language works when you use a visual language. Yes, it's fun to use VB, but if your a computer head it's a better choice to get used to the lower level of programming if you're going to be serio...
- Wed Jun 19, 2002 8:54 pm
- Forum: QBasic / QuickBasic related
- Topic: Heavy-Duty Graphics
- Replies: 2
- Views: 1312
Re: Heavy-Duty Graphics
(Just fer the record) Thanx! ;D
- Tue Jun 18, 2002 1:28 am
- Forum: QBasic / QuickBasic related
- Topic: Heavy-Duty Graphics
- Replies: 2
- Views: 1312
Heavy-Duty Graphics
Hi, everyone. I'm new to these forums but have programmed in QB87 for a while (since 93?) but have always wanted to load up BMP's or similar (GIF's, JPG's,...) as screen intros or whatever, maybe design a user interface or two but don't know anything about reading the headers or the rest of the file...
- Tue Jun 18, 2002 1:15 am
- Forum: QBasic / QuickBasic related
- Topic: QuickBasic 3.**
- Replies: 4
- Views: 1774
Re: QuickBasic 3.**
Or just click the Compilers link to your left since you're already here ;D
- Tue Jun 18, 2002 1:06 am
- Forum: Other programming languages
- Topic: This is Better
- Replies: 3
- Views: 1569
Re: This is Better
Inayhhh. It'll do.
Hi, guys. :)Glad to know that I am right about dos-based programming.
My site. I will be changing the name soon 'cause of all the misinterpretation. ;D
Hi, guys. :)Glad to know that I am right about dos-based programming.
My site. I will be changing the name soon 'cause of all the misinterpretation. ;D