Search found 394 matches

by Patz QuickBASIC Creations
Sat Sep 03, 2005 9:22 am
Forum: General Discussion
Topic: Nathan1993
Replies: 8
Views: 10455

Fine... can't make fun of ur sig...
by Patz QuickBASIC Creations
Fri Sep 02, 2005 6:14 pm
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2237666

I've tried Linspire 5.0 on my computer and it rules :P It's a great OS with a lot of fancy stuff and good accessories. It's also quick and stable.... So, well, to keep it short: It's a great OS with a lot of functionality and possibilites. Oh, and the default wallpaper looks nice 8) http://images.l...
by Patz QuickBASIC Creations
Fri Sep 02, 2005 4:57 pm
Forum: General Discussion
Topic: Nathan1993
Replies: 8
Views: 10455

Nathan1993

'The cheese stands alone!' 'The cheese stands alone!' 'The cheese stands alone!' It's not working!
by Patz QuickBASIC Creations
Fri Sep 02, 2005 3:57 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: formula for percent
Replies: 39
Views: 42918

In 3 months, I'll be 15.

Oh, and happy belated birthday! :oops:
by Patz QuickBASIC Creations
Wed Aug 31, 2005 5:56 pm
Forum: General Discussion
Topic: What kind of music do we all listen to?
Replies: 26
Views: 38664

GREEN DAY
by Patz QuickBASIC Creations
Wed Aug 31, 2005 5:33 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: formula for percent
Replies: 39
Views: 42918

Fixed, i think. Overflow won't occur with revised version.

Code: Select all

' PQBC Percent Program 
Input "Number to take percentage of? ", num1 
Input "Percent to take? ", num2 
Let percent = val(left$(str$(num1 / num2) * 100),10) 
Print percent "%" 
by Patz QuickBASIC Creations
Wed Aug 31, 2005 4:26 pm
Forum: General Discussion
Topic: I'll be ofline for a while.
Replies: 8
Views: 10959

Suddenly, I'm drunk again!
by Patz QuickBASIC Creations
Wed Aug 31, 2005 3:40 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: formula for percent
Replies: 39
Views: 42918

Z!re, tear him apart!
by Patz QuickBASIC Creations
Wed Aug 31, 2005 2:31 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need as many quick answers as I can get!
Replies: 12
Views: 13708

I'm realitivaly new at 'graphics' :wink: , su PCOPY will probably save me a ton of troble. thanks a bunch, ur going on the credits! If you have a website, post the name here so I can put it in my credits. Credits so far: :arrow: Michael Calkins (PCOPY) :arrow: UWLabs (many ideas I used) :arrow: Micr...
by Patz QuickBASIC Creations
Wed Aug 31, 2005 2:21 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: formula for percent
Replies: 39
Views: 42918

Try this. Tell me if it doesn't fit your needs, or doesn't work at all. I don't have any version of QB or FB where I'm at. ' PQBC Percent Program Input "Number to take percentage of? ", num1 Input "Percent to take? ", num2 Let percent = val(left$(str$(num1 / num2) * 100),10) Prin...
by Patz QuickBASIC Creations
Mon Aug 29, 2005 6:21 pm
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2237666

You have already joined :P Welcome brother!

Anyway, your laptop might like the sound of this...
http://www.linuxquestions.org/reviews/s ... roduct=222
by Patz QuickBASIC Creations
Mon Aug 29, 2005 6:12 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need as many quick answers as I can get!
Replies: 12
Views: 13708

Okay, sorry for not running your program, I didn;t have an interpreter at the school :P Can you make that work with this SUB? It has variables telling the X and Y sides, centers automatically on the screen, and has a title (not important) If you could, make it a sub called RemoveWindow. DECLARE SUB ...
by Patz QuickBASIC Creations
Mon Aug 29, 2005 3:37 pm
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2237666

Join the Linux Revolution!

You can find mostly any version of Linux for free(thats right) but only with the cost of a CD-R! Just go here! ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/ And, yes, I'm trying to convert you... :wink: And, if you don't want to spend the money on a 50cent CD-R, go here for a free version o...
by Patz QuickBASIC Creations
Mon Aug 29, 2005 3:24 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need as many quick answers as I can get!
Replies: 12
Views: 13708

INTEGERs? LONGs? BYTEs? Where in memeory? The video memory? Some QBASIC array? If you mean copying 1 array to another very quickly, you could use a machine code routine to do it faster than interpreted QBASIC. I need 2 reserved numbers for background/foreground, and then a random amount of variable...
by Patz QuickBASIC Creations
Sat Aug 27, 2005 1:40 pm
Forum: General Discussion
Topic: I think I'm ready...
Replies: 11
Views: 15575

It's a bump... HAUS....
It's mighty annoying, having no one respond to me...*continues humming tune*
by Patz QuickBASIC Creations
Sat Aug 27, 2005 1:34 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need as many quick answers as I can get!
Replies: 12
Views: 13708

Need answers b/c I am working on SGUI (Semi-Graphical User Interface) called Eclipse. It has mouse support, and I need POKEing and PEEKing for my window function. I have a sub for returning a foreground, background, and ASCII value of a certain spot on a screen. (using values from the SCREEN functio...
by Patz QuickBASIC Creations
Sat Aug 27, 2005 9:16 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Need as many quick answers as I can get!
Replies: 12
Views: 13708

what I need to do is be able to put about 40 sets of 2 numbers in memory...
by Patz QuickBASIC Creations
Wed Aug 24, 2005 6:37 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: key problem
Replies: 13
Views: 10883

Waiting for a release of a key:

Code: Select all

While inkey$ = ""
WEND
While inkey$ <> ""
key$ = inkey$
WEND
Print "You pressed and released the ";key$;" key."
 
by Patz QuickBASIC Creations
Wed Aug 24, 2005 6:01 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need as many quick answers as I can get!
Replies: 12
Views: 13708

Need as many quick answers as I can get!

3 questions: 1. How can you tell what color(s) there are using the SCREEN function(not statement)? (using the color flag) 2. How do you use PEEKing and POKEing well? 3. A good way to test for drives using a string (drives$) is... (Complete this sentence) Please put what number you are refering to wh...
by Patz QuickBASIC Creations
Wed Aug 24, 2005 5:57 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Delay - Function
Replies: 9
Views: 11336

I usually write a DELAY sub like this:

Code: Select all

SUB Delay (DLY%)
Let ToTest = Timer + DLY%
While ToTest > Timer
Wend
End Sub