Search found 1167 matches

by {Nathan}
Tue May 16, 2006 2:27 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Inventory Program- help?
Replies: 10
Views: 13017

Moneo, I was talking about it being more readable on the forums, not it QB. It's easier on the eyes, you know? Not using code tags is one of my pet peeves.
by {Nathan}
Mon May 15, 2006 6:31 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Inventory Program- help?
Replies: 10
Views: 13017

Flirt85, you will notice below your subject line when you post a message a "code" button. If you push it, copy your code, and push it again, it will format your code to be much more readable. I have taken the liberty of doing this for you. COLOR 15, 1 CLS DIM ladder AS STRING 'ladder name ...
by {Nathan}
Mon May 15, 2006 6:26 pm
Forum: General Discussion
Topic: Serial Port
Replies: 5
Views: 11711

Patz, I skimmed through your code and noticed your comment on X & Y varibles, and how they were used in the LOCATE statement. For some odd reason, in LOCATE the parameters are Y then X, so they should be swapped to: LOCATE Y, X Heh... (From the demented mind of a crazed 13 year old...) 0_0
by {Nathan}
Mon May 15, 2006 6:23 pm
Forum: Pete's QB Site News
Topic: QB Express #20
Replies: 2
Views: 16775

Pete...

I think I love you.

<_<
>_>

(jk...)

Great issue!
by {Nathan}
Thu May 11, 2006 8:39 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a spider bounce in qbasic
Replies: 8
Views: 14344

I do not understand what you are trying to ask us. Please elaborate so we can all help you to our fullest potential. Also, please post you code if you have any. If you do post your code, please use the code button you see under the subject line when you post a topic. Press thee button again at the e...
by {Nathan}
Sun May 07, 2006 3:51 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help with subs!!!
Replies: 2
Views: 4496

You could:

-Use COMMON
-Use DIM SHARED
-Use STATIC varibles
-Convert your subs to a function (I recommend this: easiest to work with)

If you don't know any of those statements, look on QB's online help or search google.
by {Nathan}
Sat May 06, 2006 4:20 pm
Forum: General Discussion
Topic: New programming language...
Replies: 11
Views: 30734

Hmm... I have a C book at my house. It's C Programming Tips & Tricks: The Things they are Hiding from You.
by {Nathan}
Sat May 06, 2006 4:19 pm
Forum: General Discussion
Topic: Need advice from Squaresoft fans...
Replies: 18
Views: 49095

I hate FF, and probably forever will, simply because I don't really have enough time to play video games...
by {Nathan}
Sat Apr 29, 2006 5:19 pm
Forum: General Discussion
Topic: On the eighteenth of April...
Replies: 11
Views: 15252

lol @ Seb. Moneo, it's a joke from the Matrix.
by {Nathan}
Thu Apr 27, 2006 6:54 am
Forum: News and Announcements
Topic: qbinux
Replies: 140
Views: 312842

Hey, seb. I looked at the code in the .bat file.

<stupid>
I forgot you had to compile in your directory with qb...
</stupid>
by {Nathan}
Thu Apr 27, 2006 6:52 am
Forum: General Discussion
Topic: On the eighteenth of April...
Replies: 11
Views: 15252

That was a nice read, Moneo. Thanks!
by {Nathan}
Sat Apr 22, 2006 2:50 pm
Forum: General Discussion
Topic: On the eighteenth of April...
Replies: 11
Views: 15252

You mean like no one speaking english and you being white around all the mexicans? Or is it just the poverty? Sorry, I'm just kind of interested in this kind of stuff (when I'm not too lazy, anyway).
by {Nathan}
Fri Apr 21, 2006 4:08 pm
Forum: General Discussion
Topic: QB Express #20 Deadline
Replies: 7
Views: 13132

Pete, I completely forgot until now. I swear I will get one in tomorrow!
by {Nathan}
Thu Apr 20, 2006 2:16 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: 2D Graphics Library
Replies: 8
Views: 17743

You could use the built in one for while or YAGL until a very promising library, AFLIB2 comes out. Quick google to check if it has... HOLY SHIT! http://forum.qbasicnews.com/viewtopic.php?t=11717 I guess it has... I recommend using that. However, YAGL is supporting all your needs and AFLIB2 does not ...
by {Nathan}
Fri Apr 14, 2006 9:41 am
Forum: QBASIC and QB64 Questions & Answers
Topic: BASIC for Windows
Replies: 16
Views: 22263

Is it possible that the above is a spambot? I don't want to offend him if it's not, but that resembles other posts the spambots used to make.
by {Nathan}
Thu Apr 13, 2006 4:41 pm
Forum: General Discussion
Topic: QB Express #20 Deadline
Replies: 7
Views: 13132

I have something written, I just need to proofread it.
by {Nathan}
Mon Apr 10, 2006 4:09 pm
Forum: Freebasic Questions & Answers
Topic: FB HELP
Replies: 8
Views: 19459

There is documentation... look under the Docs folder in you Freebasic folder... hence documentation...
by {Nathan}
Mon Apr 10, 2006 4:07 pm
Forum: General Discussion
Topic: So you want to amke an RPG
Replies: 2
Views: 4555

Umm... no? We are programmers, not stupid people. Plus... free = good. Use freebasic!

(Yes, this is spam, but we should leave it here just for the heck of it...)
by {Nathan}
Mon Apr 10, 2006 4:05 pm
Forum: General Discussion
Topic: How can I post a screenshot?
Replies: 7
Views: 11153

www.imageshack.us

You don't even have to sign up!
by {Nathan}
Mon Apr 10, 2006 4:03 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: BASIC for Windows
Replies: 16
Views: 22263

Freebasic works for Linux, DOS, and windows.