THANKS ZOOMKAT - I WILL CHECK THAT OUT - PETER ... Looking for last minute shopping deals? Find them fast with Yahoo! Search. [Non-text portions of this...
Many here are aware that we've been working hard on a web version of Liberty BASIC called Run BASIC. We shipped Run BASIC earlier this month. We're very...
Hey again, I forgot to include the URL to the Run BASIC site in my last message. My apologies. http://www.runbasic.com -Carl Gundel ... of ... visit ... at ...
Hi, Can someone explain what Liberty is doing when a subroutine is used with the Timer Function as you can't halt the program by normal means. e.g with a...
... Ok, I always use the [branch] version which is very campatible with keyboard and mouse driven events. If you use it as a sub you need more code. Wait might...
Dear Carl: I would like to be a beta tester for Ver 4.04. I am responding to your call. Thanks - Jim Clark [Non-text portions of this message have been...
... Can you better dscribe your problem? Liberty would normally take keyboard input into a control like a textbox in which case just clear the control by...
Dear All, I am fairly new to Liberty Basic and seem to be having trouble with getting my Hangman Game to Close. I have posted the code below that draws the...
Hey Carl - I have just purchase Web programming for people who really like to program! Just $59.95! My question is : WHERE DO I DOWN LOAD my purchase. ...
You can't just 'drop into' a sub. You have to call a sub. So your execution is going from [quit] straight through to END Change that block of code to [quit] ...
... First of all, you will run into trouble, if you are mixing branch event handlers with sub event handlers. The past has shown, that the problem is with the...
... First of all, you are mixing way too much things here, which are mutually exclusive. Second, how does your TRAPCLOSE line look like, does it use a sub or a...
Hey Carl - disregard my earlier email on where do I download the Purchase. hahahahahah I check my email and it was there. Instruction and all. Well an Engineer...
Hello Mike Did you read the help file for information on the TIMER command? It says: To avoid a lock-up, place a SCAN command within the timer routine, so that...
Rob I would appreciate a copy, when you finish your game. I wrote - well actually rewrote someone else's game - so that it did what I wanted it to do. If you...
Hi, I am trying to display a bmp to the entire graphic box siza, which is 800x600. I load the bmp with the loadbmp, and use the drawbmp command to print it to ...
... with ... that ... the ... the ... runs ... an ... mutually exclusive. ... or a branch ? ... case use GOTO instead of all the GOSUBs. ... executed. To...
Hi William, You can see the code once I have got it working the way that I want it to. Please remember however that I am not a LB expert either, and this ...
... You can keep the sub, since there was not all code posted, I had to ask how you use trapclose. Below find a revised version using a quit sub. '---code...
Hi I would like to know if you can extend the bottom margin of a printed page? Please let me know. There is about 1 1/2 inches left at the bottom of the...