Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
70 views

Is it possible to write a subroutine or function with optional arguments? for example: MyFunct (x AS INTEGER, [y AS INTEGER, Z AS INTEGER]) so that I can use the function with only the first argument ...
2 votes
0 answers
56 views

I learnt about making dynamic arrays in quick basic. The question is, do I have to use the erase statement if a dynamic array is defined inside a function or memory will be freed up itself I want to ...
shnip228's user avatar
3 votes
1 answer
160 views

I was writing a toy QBasic compiler and some tests for it. When I tried to create a vector type, I encountered an inconsistency with REDIM. The following code works in both QBasic and QuickBasic 4.5 ...
nightuser's user avatar
  • 716
1 vote
1 answer
74 views

I have a problem that I am hoping someone who is smarter then myself can help me with. I have this bit of code that I am trying to get to work. SUB ShowProgressBar (FileCount%, NCount%, BarWidth%, ...
1 vote
1 answer
328 views

I have been using the following code to change the cursor in QB45: SUB LocateX(Inserting) ' locate cursor IF Inserting THEN ' half-block cursor Locate Xcoor, Ycoor, 1, 3, 7 ...
0 votes
2 answers
202 views

I have been using DOSbox and ANSI with some success, but I want to detect ANSI installed. Ralf Brown description for detecting ANSI is: --------V-2F1A00----------------------------- INT 2F - DOS 4.0+ ...
Azathoth's user avatar
  • 135
3 votes
1 answer
2k views

I want to learn "old school" programming. A friend suggested Q BASIC. But another person told me Quick Basic. I want to practice programming in the OLD Dos operating system. What is the ...
2 votes
0 answers
168 views

I am using the following code to trap Left/Right/Middle mouse button and mouse row/column in QB45: (QB45 is Microsoft Quick Basic v4.5) and I need a way to detect MouseWheel. I have looked at Ralf ...
0 votes
0 answers
47 views

PRINT CHR$(229) works fine PRINT #1, CHR$(229) get an "a" with a small circle on top
1 vote
1 answer
81 views

I'm programming a procedure in Turbo Pascal with assembly to make a close job of "rset" statement in QB 4.5. "Rset" will justify a string to the last bytes in the variable by mean ...
5 votes
1 answer
638 views

I am trying to run a QuickBasic file written by someone else in 1992. I am using QB64 on a Windows 10 machine. I get an error message that says Invalid variable name in line 26 of the following code....
1 vote
1 answer
63 views

trying to make a sub routine that can varable parameters to find which varable to return. IF _FILEEXISTS("Std Motor Pricing.csv") THEN OPEN "Std Motor Pricing.csv" FOR INPUT AS #3 ...
rmaki's user avatar
  • 19
1 vote
0 answers
197 views

I took a QB45 application and produced a QB64 application from it over 100,000 lines of code. All the pricing was hard coded in the program so I started reading from CSV files but now I need the date ...
rmaki's user avatar
  • 19
1 vote
1 answer
600 views

I'm trying to get a "retro-computing" class open and would like to give people the opportunity to finish projects at home (without carrying a 3kb monstrosity out of 1980 with them) I've heard that ...
1 vote
0 answers
309 views

I'm interfacing with hardware through the RS232 serial port. This time with wireless modules. I decided to use DOS as my OS over anything else because its real-time (which means no process can ...

15 30 50 per page
1
2 3

AltStyle によって変換されたページ (->オリジナル) /