|
Post by jcherepy on Jul 7, 2007 16:43:35 GMT -5
I'm trying out LBWorkshop and like what I see so far. However, I can't see the out put of several programs. They run, but the output Window closes immediately. If I run from LB the window stays open. How do I keep it open in LBW?
Thanls,
Bill
|
|
|
Post by Alyce Watson on Jul 7, 2007 18:43:18 GMT -5
I'm trying out LBWorkshop and like what I see so far. However, I can't see the out put of several programs. They run, but the output Window closes immediately. If I run from LB the window stays open. How do I keep it open in LBW? Thanls, Bill LBWorkshop calls Liberty BASIC to run the programs. It exits automatically when the program ends. If you have no "wait" or "input" statements in your program, and it is is a mainwin program, it will run and close automatically. Simply add a "wait" statement and it will stay open until you close the program mainwin yourself.
|
|
|
Post by jcherepy on Jul 7, 2007 20:19:17 GMT -5
OK, thanks, that works.
Bill
|
|