Careful Doc, Anyone willing to give up Nbasic for HotPaw doesn't have to brite of a bulb under the shade..... Dave ... From: "Dr Nicholaos Kakouros"...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... any song preferences? Keen to take up offer. Nick< $25 bucks PayPal and it's yours! ...
So what do think are the Top-10 most valuable features included in HotPaw Basic? My list might include: - the ability to write and run Basic programs on the...
A new beta release of HotPaw Basic is on the HotPaw website: <http://www.hotpaw.com/rhn/hotpaw > Beta test of writing to uncompressed Doc files. Beta test of...
my top-ten.. - it's portable. (most important, the rest are not in order). - rapid development. - tons of built-in functions / features. - Palm controls / form...
I too wish for Handera support. But hey, we can't have it ALL now can we? I love being able to create applets. Hey they look like real apps, they function...
Hey, this is my first message, and I would just like to say that I really think HowPaw BASIC really rocks, mainly because it's so EASY to write, and offers...
Hi everyone, Is there a way to give my program some control over the auto-power-down which is built into my palm M100 ? I am writing a data acquisition program...
... Hi If you use HotPaw for your program then function: fn set_auto_off(n) ( setting the auto-off time to n seconds ) might be useful - the old auto-off will...
HotPaw Basic 1.3.8b0 and cbasPad5 5.0b7 are available from the website: http://www.hotpaw.com/rhn/hotpaw/ The HotPaw website host ISP seems to have fixed the...
In regard to the OPEN, INPUT, and CLOSE statements, it is possible to set the file pointer before a call to INPUT so that a previously line, or any particular...
k...new here (hate being new)... Anyways, i'm having trouble with some of the simplest of commands. 1) 'cls' is supposed to clear the screen...does this...
Look at the "form redraw" commands in the quickref documentation. The following command should work to fix both problems. form reset 0,0,0,0, newtitle$, -1 If...
Is there a way to limit the memos searched, by category? In other words, instead of looping through every memo searching for a specific title, is there a way...
I've had a couple of issues writing math problems. Does the SQR() function work? It seems to give answers different from my math book. Is there a way to...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... Is there a way to limit the memos searched, by category? In other words, instead of...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... trying 1. As far as I tested it, sqr() produces the same results as my calculator 2....
Is there a way to show pedit32 files on my computer desktop? I ask this because i just got pedit32 because my programs on HotPaw have exceeded the 4K limit....
Hi! Take a look at http://groups.yahoo.com/group/peditors/files/ In the file area there is a program called Memo32Edit. With that you are able to open the...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... Is there a way to show pedit32 files on my computer desktop? I ask this because i...
Hi, I am trying to write a timer program that will cause my palm to beep at irregular intervals over a period of 1 hour. For instance I want the first beep at...
... Hi 1. the duration of sound is milliseconds 2. the following code might be helpful: #testa.bas dim ndiff(10) ndiff(0)=5 ndiff(1)=2 ndiff(2)=3 ndiff(3)=5 ...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... Does anyone know of a windows application that will run my programs so that I can...