You are here:
| Expert | Average Ratings | Expertise |
|---|---|---|
Alex BarryCanada
Available
|
I have been a qbasic programmer since 2000, creating games, minor libraries and various small programs. I have experience using interrupts, graphics, file input/output, the mouse cursor, and using libraries. I have also learned FreeBASIC, c/c++, python, php and html.<br /> I do not claim to be an absolute authority in any language, but I don't mind looking things up and learning with you. |
Hi, Shane, There might be a DOS shortcut in the directory (a pif file). If there is, delete it. Then try running the program. If this doesn't work, it may be because you need to run this version
Hi, Shane, For question#1, you can use this code: PRINT "Question? [Y/N] "; DIM answer AS STRING * 1 answer = INPUT$(1) answer = UCASE$( answer ) IF answer = "Y" then ' if the user selected
Hi, Shane, I think this is the problem with your code: FOR M = START TO LEN(C$) P$ = MID$(C$, M, 1) IF P$ = " " THEN COMPR$ = LTRIM$(RTRIM$(MID$(C$, START, M))) START = M + 1 IF LTRIM$(RTRIM$(COMPR$))
Hi, corndog (nice nickname), I can definitely help you understand READ and DATA statements. A data statement is a set (or list) of data that is inside your program, that you can read at any point in
Hi, David, I do believe you are right about windows limiting access to hardware from a dos-prompt. There are a few things I can suggest you trying first, though, before doing any major changes.

©2009 About.com, a part of The New York Times Company. All rights reserved.