| Author |
Message |
Topic: Can't get the output to scroll |
Baian
Replies: 1
Views: 1241
|
Forum: BASIC Programming Posted: March 20, 2009 6:47 AM Subject: Can't get the output to scroll |
Try putting Pause between each output so the program will stop and allow you to view it.
Also you could save each output to a separate variable that you could recall later. |
Topic: Menus |
Baian
Replies: 2
Views: 1721
|
Forum: BASIC Programming Posted: March 19, 2009 9:32 PM Subject: Menus |
OK solved the problem
the error is caused by this line
DropDpwn "Select problem type.",{"Quad Eqn","Polynomial Factoring"}, varsel
The problem is that you have ... |
Topic: Menus |
Baian
Replies: 2
Views: 1721
|
Forum: BASIC Programming Posted: March 19, 2009 5:02 PM Subject: Menus |
| The error might be related to your list of items. I tried your code and didn't get any errors though. |
| |