Search found 288 matches

by bungytheworm
Mon Nov 26, 2007 4:44 am
Forum: QBASIC and QB64 Questions & Answers
Topic: File handling and Case study....
Replies: 6
Views: 13671

A homework then.

Explain better, try atleast something yourself, post code here and we will help you but we do not make your homeworks.
by bungytheworm
Mon Nov 26, 2007 4:36 am
Forum: Pete's QB Site News
Topic: QB Express #26 Deadline: November 24th
Replies: 37
Views: 165133

Hi Pete. "A magazine by the QB community, for the QB community!" If QB (i would ratherly use FB there tho) community does not want to contribute more then it is so. Publish next issue when you got it built, no matter how small it is. I am sad that QB users wont contribute nearly at all any...
by bungytheworm
Mon Nov 19, 2007 7:52 am
Forum: General Discussion
Topic: About PCopy! #60 deadline.
Replies: 8
Views: 14506

What's this Pcopy's edition specifically about?
About all basic dialects, nothing more specially.

Issue numbers follows old basic way to use line numbers.
10 REM Eternal loop
20 PRINT "Hello world"
30 GOTO 20

;)
by bungytheworm
Sun Nov 18, 2007 7:32 am
Forum: General Discussion
Topic: About PCopy! #60 deadline.
Replies: 8
Views: 14506

About PCopy! #60 deadline.

Hi peoples. Instead of "mid-january", PCopy! #60 is planned to get published before christmas. This places deadline at 15'th December 2007. All contributions and letters are welcomed :) PCopy! website; http://pcopy.wikidot.com/ About PCopy! article in issue #50 . Email; pcopy.staff@gmail.c...
by bungytheworm
Sun Nov 18, 2007 2:17 am
Forum: Pete's QB Site News
Topic: QB Express #26 Deadline: November 24th
Replies: 37
Views: 165133

Mentat, i think it is a good idea.
by bungytheworm
Fri Nov 16, 2007 12:14 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29082

Sorry but i am extremely busy today and tomorrow. I try to help you at sunday if i got time.
But you have done well there, just keep on pushing and you find the way ;)

Try to create and use subs and functions instead of goto, will make your code way easier to read and handle.

E.K.Virtanen
by bungytheworm
Fri Nov 16, 2007 10:40 am
Forum: General Discussion
Topic: PCopy! #50 is here.
Replies: 0
Views: 10380

PCopy! #50 is here.

Hi peoples. The one and only PCopy! has reached it's 5'th issue. :) PCopy! Issue #50 Nov 16'th 2007 : Read - .zip archive. Regular Columns: * From Our Editing Desk (E.K.Virtanen) * Submitting to PCOPY! (Stephane Richard & E.K.Virtanen) * Letters To The Editors (Mixed Contributors) * Letters To T...
by bungytheworm
Fri Nov 16, 2007 8:36 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29082

Um wanna explain the code to me? Might help a bit, but i need the locate so the string appears in the middle of the screen, and not a 1,1. Know what I mean? Ill show you a update of my code shortly, maybe in like 10minutes. http://www.ascii-world.com/centering-text-on-the-screen EDIT:How would I be...
by bungytheworm
Fri Nov 16, 2007 7:28 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29082

Well, thats a one way to say it. Not right but not wrong either :D Here is another tip. I thought to create it after looking your start of code. Temp$ = "Loading, Please wait..." CLS ' no need to locate since CLS allways put's cursor at 1,1. For counter = 1 TO LEN(Temp$) Print MID$(Temp$, ...
by bungytheworm
Fri Nov 16, 2007 6:47 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29082

Wont make it faster but you could get riddof whole lot of LOCATE's. SUB Text(a AS Integer, b AS Integer, c AS String) LOCATE a, b PRINT c END SUB Now you can replace these LOCATE 15, 20 PRINT "Loading, Please wait." with this TEXT 15, 12, "Loading Please wait." Things that slows ...
by bungytheworm
Fri Nov 16, 2007 6:40 am
Forum: Pete's QB Site News
Topic: QB Express #26 Deadline: November 24th
Replies: 37
Views: 165133

Cant send more than a letter but its something. Goin to release next issue of PCopy! and update ascii-world first tho so it might take few days but there is time.

E.K.Virtanen
by bungytheworm
Mon Nov 12, 2007 11:43 am
Forum: General Discussion
Topic: PCopy! #50 deadline at 15'th Nov 2007.
Replies: 0
Views: 10246

PCopy! #50 deadline at 15'th Nov 2007.

Sorry folks, this comes bit late. My bad. PCopy! #50 deadline is at 15'th November 2007. I need to build it at 16'th Nov since i am mostly offline whole week end. Articles, editorials, letters, praises or blames, news hints and briefs to asciiworld@gmail.com URL; http://www.ascii-world.com/pcopy Tha...
by bungytheworm
Mon Nov 12, 2007 11:38 am
Forum: News and Announcements
Topic: QBinux
Replies: 2
Views: 9266

Can you tell what is current % status of qbinux?
by bungytheworm
Sun Nov 04, 2007 10:42 am
Forum: Pete's QB Site News
Topic: QB Express #25
Replies: 11
Views: 64382

Nodtveidt wrote:Looks like QBE is still having issues with Firefox, namely the huge gray boxes. Using the very latest, 2.0.0.9.
Funny, i did not have any problems with latest 2 or 3 issues and im having a FF too. Tho i have linux version, so maybe it might be up to that. Not sure tho.
by bungytheworm
Thu Nov 01, 2007 11:19 pm
Forum: Pete's QB Site News
Topic: QB Express #25
Replies: 11
Views: 64382

ROFLMAO: http://www.petesqbsite.com/sections/exp ... mic_II.GIF :D
That was a good one. At least 5am, 15 minutes after i got up from bed :D

Thank you for good issue, once again.
by bungytheworm
Wed Sep 26, 2007 4:26 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Linux QBasic
Replies: 6
Views: 14315

I recommend you to use DosBox instead of wine. Just type sudo apt-get install dosbox and youre ready to go. Read manuals tho ;)
by bungytheworm
Mon Sep 24, 2007 12:17 pm
Forum: General Discussion
Topic: is Qb dead?
Replies: 21
Views: 60618

For me, qb.exe is not dead, but she's a friend i see less and less all the time. If i would have windows, then i might use it bit more but now im all for linux and using qb.exe through dosbox or related is just not fun anymore. It work, but its slow and that combination wont give me nearly anything ...
by bungytheworm
Mon Sep 10, 2007 5:32 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Compiling
Replies: 11
Views: 23232

Also note that it annoys the death out of people like me when I download something that isn't compiled. Sometimes there are unforseen problems that would have been fixed if they just compiled it. But there is also lot's of peoples who dont like to download/run .exe files so easily, like me ;) So if...
by bungytheworm
Thu Aug 23, 2007 1:12 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: YAY!! I made a sucky game...I'm so proud of myself
Replies: 5
Views: 10848

I programmed some code, then I couldn't figure something out, got frustrated, and went to sleep. Keep it like that too ;) If you get stuck, go out or something and you see that solution comes easier ;) Dont have workable QB here, but by the code, i think it is good start for a first game. Be proud ...
by bungytheworm
Thu Aug 23, 2007 1:06 pm
Forum: Pete's QB Site News
Topic: QB Express #24 deadline
Replies: 9
Views: 47773

Damn, we are just repairing our house wich we bought and were busy. Ill try to make one review before deadline.