Search found 1052 matches

by Rattrapmax6
Fri Oct 28, 2005 9:51 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: time in qb
Replies: 23
Views: 25525

plus one time i had a watch that was on the standard 24 hour time thingy... Um,. 99% of all digital watches have that option.... :wink: .. Some with a User Interface(UI), others with a key combo.... I like the ones with the UI better.... :roll: :lol: Anyway,.. nm... we are way off topic... :wink:
by Rattrapmax6
Fri Oct 28, 2005 7:50 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: time in qb
Replies: 23
Views: 25525

@ Z!re: I know how to read it... :P ... But, I'm not a normal american either.... :roll: ,...

Current time here: 20:52.30 ... :wink:
by Rattrapmax6
Fri Oct 28, 2005 4:47 pm
Forum: General Discussion
Topic: Your favorite search engine...
Replies: 30
Views: 59554

The Walrus wrote:Dogpile is great too, but it's not perfect - when searching for "QBasic GUI" it finds my site once for each search engine. It would be easier to find something if they only listed each site once.
That's what makes it so fun.... :lol:
by Rattrapmax6
Fri Oct 28, 2005 4:17 pm
Forum: General Discussion
Topic: Your favorite search engine...
Replies: 30
Views: 59554

Dogpile... It's great,. ^_^

:lol:

Edit: And in voting for it, you like vote for allmost all of 'em you have on that poll... hehehe!! :D
by Rattrapmax6
Fri Oct 28, 2005 4:00 pm
Forum: General Discussion
Topic: Robo Raider Animated GIF....
Replies: 2
Views: 5784

:lol: Yeah, I got all the lil robots made, story was finished ages ago, all I really need is a programing stratigy, time, and some sort of level engine to work all of it... :wink:
by Rattrapmax6
Fri Oct 28, 2005 3:40 pm
Forum: General Discussion
Topic: Robo Raider Animated GIF....
Replies: 2
Views: 5784

Robo Raider Animated GIF....

Here is a really cool animated GIF I did up this morning:

Image

http://myforum.siteburg.com/viewtopic.php?p=123#123
/\ lil more info here /\
by Rattrapmax6
Thu Oct 27, 2005 8:38 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: I need help...literally
Replies: 13
Views: 16488

You do know the difference between LINE INPUT and INPUT right, nath? It's not to controll puntuation if that's what your thinking.... =)
by Rattrapmax6
Thu Oct 27, 2005 8:04 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Variable grabbing
Replies: 11
Views: 14457

I really don't get what you mean.... This?

Code: Select all

DECLARE FUNCTION ReturnVarName(Var AS STRING) AS STRING

INPUT "Variable Name: ", Namer$
Variable$ = ReturnVarName(Namer$)

PRINT Variable$
SLEEP


FUNCTION ReturnVarName(Var AS STRING) AS STRING
    ReturnVarName = Var
END FUNCTION
:roll:
by Rattrapmax6
Thu Oct 27, 2005 4:25 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: I need help...literally
Replies: 13
Views: 16488

Nekrophidius wrote:If you want an INPUT without the question mark, use LINE INPUT instead. :D
ROFLOL,... *Ahem* ... :lol:
by Rattrapmax6
Thu Oct 27, 2005 3:50 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Listing of inkey$ codes
Replies: 24
Views: 31222

@ qbfreak: You are welcome... :wink: F1 = CHR$(0) + ";" F2 = CHR$(0) + "<" F3 = CHR$(0) + "=" F4 = CHR$(0) + ">" F5 = CHR$(0) + "?" F6 = CHR$(0) + "@" F7 = CHR$(0) + "A" F8 = CHR$(0) + "B" F9 = CHR$(0) + "C" F1...
by Rattrapmax6
Thu Oct 27, 2005 1:10 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: I need help...literally
Replies: 13
Views: 16488

The problem may not be BASIC,. there is math there too... :P .. Tho basic math (No pun intended)...

Okay, yeah, what are you having problems with? :?:
by Rattrapmax6
Thu Oct 27, 2005 12:59 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Listing of inkey$ codes
Replies: 24
Views: 31222

do :A$ = right$(inkey$,1):print A$,asc(A$):loop until A$ = chr$(27) He just did show you.. Not what I ment, the example of tabling Cosines and Sines has no relation ship to this code which mearly prints the iformation of a pressed key. Even if you did table INKEY$, you'd still need to know which wa...
by Rattrapmax6
Tue Oct 25, 2005 5:57 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Listing of inkey$ codes
Replies: 24
Views: 31222

PS: When your making cos and sin look up tables do you copy and past in a list of 720 C!(0) = 1:S!(0) = 0.... Or do you type in the formula and get the computer to work it out for you? Show me how to do that effectivly with ASCII input for the user.... Other wise I myself look up on a list when I n...
by Rattrapmax6
Tue Oct 25, 2005 5:45 pm
Forum: General Discussion
Topic: Rattrapmax6 is on the verge of 1000 posts!
Replies: 25
Views: 47071

Kylemc wrote:It's pollute! POLLUTE I SAY!
We don't care,.. well,.. as long as Tux there isn't good with swords... :D :) :( :shock:

:lol:
by Rattrapmax6
Tue Oct 25, 2005 12:29 pm
Forum: General Discussion
Topic: Rattrapmax6 is on the verge of 1000 posts!
Replies: 25
Views: 47071

:P How it feel? Feels like I'm suddenly being stared at.... :twisted:

<-- 1001, 1000 didn't last long..... :P

@ Z!re: Poluter? A lot of my post were informative,. at least I hope.... :roll:

:lol:
by Rattrapmax6
Sun Oct 23, 2005 3:23 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Listing of inkey$ codes
Replies: 24
Views: 31222

http://www.petesqbsite.com/sections/tutorials/submitted/Basic%20to%20Advance%20Keyboard%20Programming.txt /\ There is a list I made up awhile ago that uses INKEY$... :wink: Edit: Or here is just the list w/o the tutorial on how to use them: KeyBoard Press List: Esc = CHR$(27) Enter = CHR$(13) Tab =...
by Rattrapmax6
Sat Oct 22, 2005 10:20 am
Forum: General Discussion
Topic: Rattrapmax6 is on the verge of 1000 posts!
Replies: 25
Views: 47071

Yes, but I never care for # of post,... and I get ticked when some1 brings it up.. :P .. More so after this dumb post:

http://forum.qbasicnews.com/viewtopic.p ... ght=travel

/\ If I ever had a bad day.... :roll:
by Rattrapmax6
Fri Oct 21, 2005 9:02 pm
Forum: General Discussion
Topic: Rattrapmax6 is on the verge of 1000 posts!
Replies: 25
Views: 47071

SPAM!!!! /\ :P And I'm far from a active member, ever since Mitth left I cut back.... Tho, I did set a record back then.... And 1000? Something has to be wrong with the counter.... I swear I don't type that much........... Um,.... NM, Z!re? /\ Topic delete,.. thank you.... :wink: .... Unless you ha...
by Rattrapmax6
Fri Oct 21, 2005 8:30 pm
Forum: General Discussion
Topic: DOG SHIT: Ever happened to you?
Replies: 2
Views: 5935

Re: DOG SHIT: Ever happened to you?

Nathan1993 wrote:wait... this isn't qb related! DELETED!!!!!!! wait, im still not a mod...
:lol: Sounds like for good reason.. You sound trigger-happy or what ever the term is.... :lol:
by Rattrapmax6
Fri Oct 21, 2005 6:19 pm
Forum: General Discussion
Topic: The time is here!...almost...
Replies: 29
Views: 37044

:lol: Sorry.... Horses take fright easily sometimes.... But now I'm ready!!! I'm deffently bigger... ^_^

But, we'll need a place to hide just in case... *looks around slowly*

:lol: