| Recent Answers |
 |
 |
2008-08-28 Qbasic, Quickbasic - qbasic data batch files: Ok.. what you're looking for is a SEQ file. There are 3 ways to open them so you have to know what you want to do: 1) Create a new file 2) Read from a file 3) Append to a file You'll need to practice...
|
2008-08-26 Qbasic, Quickbasic - qbasic tutorials: Hi, Kim, One thing that most people (?) would enjoy is tinkering with the graphics capabilities. I see that isn't in the course, but when QBasic came out for DOS, it had a big following because it...
|
2008-08-26 Qbasic, Quickbasic - loading and saving: Hi, Look in help under OPEN and SEQ file if you want to write/read the file line by line or BINARY if you want to do it like I've done below. All you need do is create the text with a CHR$(10...
|
2008-08-25 Qbasic, Quickbasic - sort program: Michael, Ok.. I think I can help you out here but I don't have either Qbasic or QuickBASIC any more. I've moved on years and years ago and now work in PowerBASIC. I'll be glad to do the code for you...
|
2008-08-25 Visual Basic - VBA 6.05 +Access 2003 EVAL function use: you could use a function like Private function Selector(olage as integer) and in the function add select case olage case 1 '... code for Trmester 1 case 2 ..code for Trmester 2 'and so...
|