| Author |
Message |
woezilla
Joined: 19 Mar 2009 Posts: 1
|
Posted: March 19, 2009 7:13 PM Post subject: Can't get the output to scroll |
|
|
| First time writing a program. I wrote a program using the program editor and I have about ten outputs. Once the program runs I can't scroll up to see all of the outputs only the last 3 or so are visible as the rest get pushed off the screen. Any help with this would be appreciated. |
|
| Back to top |
|
 |
Baian
Joined: 19 Mar 2009 Posts: 3
|
Posted: March 20, 2009 6:47 AM Post subject: |
|
|
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. |
|
| Back to top |
|
 |
|