Search found 288 matches

by bungytheworm
Mon Aug 28, 2006 4:06 pm
Forum: General Discussion
Topic: $1000 Reward
Replies: 36
Views: 62471

I double that if you prove it's wrong and bibble is truth.
by bungytheworm
Mon Aug 28, 2006 4:01 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: reading inividual letters
Replies: 5
Views: 8518

Ok, skyler was bit faster on this one :lol:
by bungytheworm
Mon Aug 28, 2006 4:00 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: reading inividual letters
Replies: 5
Views: 8518

Reading one char at time from file like that might be a hard way. (correct me if im wrong). I would first read one line at time to StringVariable. Then DIM Array(LEN(StringVariable)) For Counter = 1 TO LEN(VariableA) ArrayA(Counter) = MID$(VariableA,Counter,1) Next Counter If line, readed from file ...
by bungytheworm
Mon Aug 28, 2006 9:53 am
Forum: Pete's QB Site News
Topic: QB Express #22 Deadline
Replies: 10
Views: 45225

I know youre busy as XXXX but come on, i wana read it :lol:
by bungytheworm
Sat Aug 26, 2006 1:37 pm
Forum: News and Announcements
Topic: WordGuess. Knowledge and "puzle" mix.
Replies: 3
Views: 11180

Fixed another bug (:
sid6.7 wrote:neat i actually have a 2900 word list i use
for creating conlangs...would you like it?
its in text format....
Im interested, depending nature of words on your list :)
My email is at on my profile 8)
by bungytheworm
Sat Aug 26, 2006 10:55 am
Forum: News and Announcements
Topic: WordGuess. Knowledge and "puzle" mix.
Replies: 3
Views: 11180

Fixed line that messed CASE SENSITIVE and NON CASE SENSITIVE highscores as one and same highscore
by bungytheworm
Sat Aug 26, 2006 8:47 am
Forum: News and Announcements
Topic: WordGuess. Knowledge and "puzle" mix.
Replies: 3
Views: 11180

WordGuess. Knowledge and "puzle" mix.

Screenshot 1 Screenshot 2 WordGuess ask's words, names, places and so on from you. It also shows you the answer, alltho, answers are messed up. Only space's "CHR$(32)" are in theyr original places. More about this one on game itself. Fixed yet another bug. Also few more questions on words...
by bungytheworm
Thu Aug 17, 2006 1:42 am
Forum: QBASIC and QB64 Questions & Answers
Topic: anagram solver
Replies: 9
Views: 49391

I think its possible to get few most common words pretty easily. Non native english person speaks good english if he knows 500 to 2K words. Person who speaks english as hes/her home language, knows 2K to 10K words. Here is first 850 http://www.langmaker.com/wordlist/basiclex.htm :lol: Alltho, if i d...
by bungytheworm
Tue Aug 15, 2006 1:14 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: basic vs qbasic
Replies: 7
Views: 11774

Depens wich Basic you mean on topic "Basic vs QBasic" :wink:

Easy BASIC's, mented for pure game programming are like CoolBASIC and DarkBASIC.
QBASIC is, as FreeBASIC too easy for programming,
by bungytheworm
Tue Aug 15, 2006 1:10 am
Forum: QBASIC and QB64 Questions & Answers
Topic: anagram solver
Replies: 9
Views: 49391

Morning Seb. I just wake up so im not 100% sure what youre after. DIM AS String Word, Letters() DIM AS Integer Counter LINE INPUT "Give in word: ";Word REDIM Letters(LEN(Word)) PRINT "Wordlenght is "; LEN(word) FOR Counter = 1 to LEN(Word) Letters(Counter) = MID$(Word, Counter, 1...
by bungytheworm
Wed Aug 09, 2006 4:39 am
Forum: News and Announcements
Topic: IO Library
Replies: 1
Views: 10001

Looks cool. Didnt have time to study it more but sounds promising. 8)
by bungytheworm
Mon Jul 24, 2006 2:13 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help with circle drawing
Replies: 6
Views: 12917

Ok, antoni beated me like few seconds :D
by bungytheworm
Mon Jul 24, 2006 2:11 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help with circle drawing
Replies: 6
Views: 12917

Ok, open help and check CIRCLE.
by bungytheworm
Sun Jul 16, 2006 11:50 am
Forum: News and Announcements
Topic: King's Land 2
Replies: 8
Views: 24378

Looking damn good. Pure QB way only makes it even better feeling. Youre da man momo. 8)
by bungytheworm
Tue Jul 04, 2006 4:35 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Running qbasic in full screen (Screen 7 and 8, etc.) on XP
Replies: 3
Views: 7814

Wasnt there some option in windows that allowed to "run in full screen mode" on preferences of programs (makes short link)? On w98 i do remember that screen 13 captured full screen (then just rescreen to 7 or what you want to use), alltho im not sure anymore since its while when i had winc...
by bungytheworm
Mon May 08, 2006 9:18 am
Forum: QBASIC and QB64 Questions & Answers
Topic: print an image file
Replies: 4
Views: 9939

If you like to use QB for screen output, then http://www.petesqbsite.com/sections/tut ... cs.shtml#8 is place to start.
by bungytheworm
Mon May 01, 2006 4:10 am
Forum: News and Announcements
Topic: QB Express #20 coming soon!
Replies: 3
Views: 11539

Pete, at first im happy to hear about your first paid job. Its allways nice when some one has things goin for good 8) But as second, i really recommend you to consider about sharing work load of QBE for volunteer helpers. And there is lots of em who would help, and maybe put QBE up while youre busy....
by bungytheworm
Tue Apr 25, 2006 4:52 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: running QB in win XP
Replies: 4
Views: 7226

For me, running qb under XP never wasnt a problem. I just clicked QB icon i created on desktop 8) Under dosbox it should run with no problems, except when compiling certain commands...those i dont remember anymore alltho. Also i recommend you to check www.freebasic.net QB syntax, works with windows ...
by bungytheworm
Wed Apr 12, 2006 1:24 pm
Forum: General Discussion
Topic: QB Express #20 Deadline
Replies: 7
Views: 13123

Just finished my review of rdc's QuickRogueFB game. Mystik spell checks (ok, fixing a lots of lol) and ill send it to you. Its allready "sourced" for qbe so just need to add it if its worth of publishing :lol:
by bungytheworm
Tue Apr 11, 2006 10:59 am
Forum: QBASIC and QB64 Questions & Answers
Topic: BASIC for Windows
Replies: 16
Views: 22240

PowerBASIC has PCOPY on concole, FB dont :wink: :lol:
sorry, couldnt resist..