Search found 2466 matches

by burger2227
Thu Apr 10, 2008 8:01 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help... screen 13 virtual memory and a few library questions
Replies: 6
Views: 16757

Once you have the image, you can GET a boxed area. You can later PUT it anywhere within the screen area. You need an appropriate sized array for the job.

The screen buffer can hold the entire screen using BSAVE, but GET and PUT fall a little short of fullscreen in 13.

Ted
by burger2227
Wed Apr 09, 2008 1:56 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: OK BBS Time
Replies: 3
Views: 7620

COM PORTS

You can only open COM 1 or 2. To open 3 or 4 you have to swap the port settings. COM 1 to COM 3 or COM 2 to COM 4. Also there is usually only one COM that has a modem on it. If you need to swap then let me know. Look in your Windows component settings to find the COM PORT or Modem port addresses. XP...
by burger2227
Wed Apr 09, 2008 1:42 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Assembler / Machine Language
Replies: 13
Views: 19970

Strange

I have also recently had problems posting <> arrows.

You cannot post the word C_O_M_P_A_R_I_S_O_N either LOL

I wonder if something has been changed in the forum editor?

I don't think this was a problem previously. Somebody told me to disable the HTML.

Ted
by burger2227
Wed Apr 09, 2008 12:23 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Im A newb.
Replies: 8
Views: 22642

Got scooby snax?

You are an apparrent asshole!

Wanna roll over and play dead? ARF
by burger2227
Tue Apr 08, 2008 1:53 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: 256 colours
Replies: 12
Views: 24739

LOL

I noticed because you answered about 10 old threads on the same day! Other than that, I saw your ideas about image Arrays and you are DEAD wrong! PUT and GET are more reasonable graphic methods usually. I will not say that you are a bad programmer, but apparently you are a NOOB here. And your commen...
by burger2227
Tue Apr 08, 2008 10:47 am
Forum: QBASIC and QB64 Questions & Answers
Topic: 256 colours
Replies: 12
Views: 24739

Read the post dates silly! They were from last year kiddo.

THIS THREAD WAS OVER LONG AGO! LOL
by burger2227
Mon Apr 07, 2008 11:20 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Is it possible to use command prompt commands with Qbasic?!
Replies: 5
Views: 10636

Your humility is beyond amazing braggart!
by burger2227
Mon Apr 07, 2008 10:26 am
Forum: QBASIC and QB64 Questions & Answers
Topic: 256 colours
Replies: 12
Views: 24739

APRIL FOOL

That's what we need here! A braggart!

Great how you picked April Fools day to join!
by burger2227
Sun Apr 06, 2008 12:00 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: need help desperately
Replies: 7
Views: 11015

Suicide?

I have made modules of over 130K with a 26K image array. NEVER have I gotten a Memory error. The key to making such large modules is the use of SUB programs. They dump the memory required when done. If it was suicide, why is it allowed? Because it works. Screen Buffer works too, but it is usually us...
by burger2227
Sat Apr 05, 2008 10:28 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Graphs and what not...
Replies: 25
Views: 32437

Come on man!

The LEAST you should do is run your code before posting it! Or is this some kind of a joke to keep cheaters away LOL.

Then Open the module with Notepad and paste it here once it is working.

I bet he never finds this page either LOL.

Ted
by burger2227
Sat Apr 05, 2008 12:32 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Graphs and what not...
Replies: 25
Views: 32437

You cannot use OPTION as it is a QB keyword for OPTION BASE 1. That is used to start arrays at 1 instead of 0.

What does your Keyboard SUB do now? Not needed...

Ted
by burger2227
Fri Apr 04, 2008 9:35 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Graphs and what not...
Replies: 25
Views: 32437

YOU ARE DONE?

Deleted all of his posts because he does not want any other CHEATERS in his class to see them..........

Did you ever consider that others read these threads so that we don't have to reply fifty times? Some people read these threads for tips and ideas.

Ted
by burger2227
Fri Apr 04, 2008 9:28 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Subs and variables
Replies: 7
Views: 10825

You can have GOSUB or GOTO calls in the Declared SUB, but the line numbers or names are in that SUB also. I don't think GOTO is worth my time except for ON ERROR GOTO. Try to figure a better way to return to a line by writing the program progressively downward until a loop takes it back to the "...
by burger2227
Fri Apr 04, 2008 1:52 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Subs and variables
Replies: 7
Views: 10825

COMMON SHARED is also useable with chained modules that are compiled using BRUN.EXE. It is simpler than SHARED, but SHARED allows you to define the variable type without using type suffixes also. If more than one module needs the same list of COMMON SHARED each module must use it in the same order. ...
by burger2227
Fri Apr 04, 2008 9:52 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Subs and variables
Replies: 7
Views: 10825

Are you passing those variables in the parameter list? Variables not passed must be shared for any Declared Sub programs.

DIM SHARED cost AS SINGLE

You can also DIM arrays as SHARED

Ted
by burger2227
Thu Apr 03, 2008 9:52 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: swapping the bytes of an integer
Replies: 13
Views: 20979

CVI converts a string value to an Integer

MKI$ converts an Integer to a string.

They are often used together. There are other CV and MK functions for other types of number values.

Ted
by burger2227
Thu Apr 03, 2008 10:02 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Quick tip needed
Replies: 2
Views: 5433

Use the QB View Menu. Click Split. Once you have the windows, just click on one and goto a Sub to view it. Then you can go to another place by clicking on another window.

Ted
by burger2227
Thu Apr 03, 2008 1:35 am
Forum: Freebasic Questions & Answers
Topic: Are the FB people gonna turn down this chance too?
Replies: 11
Views: 61086

The point is............

Hey, I just wanted to see if there were any FB people stopping by. I noticed a lack of activity here. NOT ALL of us are allowed at FB.NET you know! They are digging their own hole there! As for QB64, I would not call it ready to take on FB just yet. Besides Michael, we don't wanna start another war ...
by burger2227
Thu Apr 03, 2008 1:16 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Graphs and what not...
Replies: 25
Views: 32437

LOL

You went from a cheater to a hider pretty quick! Don't worry about other's copying your code. If they do, then the teacher will suspect something. Also be sure to use code that fits your experience level in the class. Teachers often can spot code that is more expert than the pupil can normally do. A...
by burger2227
Wed Apr 02, 2008 5:21 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: need help desperately
Replies: 7
Views: 11015

WHAT the heck?

Screen 13 can GET most of the screen. Why would you need to BSAVE and BLOAD an image? That is just plain silly and will not move the image easily! If you BSAVE the ENTIRE screen buffer, it will NEVER move! Just GET the box area where the original graphic is and PUT it at another position. To erase t...