HotPaw Basic is a Basic interpreter which runs under the PalmOS (either on a handheld, or on the POSE emulator on a Mac or PC). Chipmunk Basic is another...
Here: http://www.hotpaw.com/rhn/hotpaw/beta/ is where the new beta release of HotPaw Basic can be downloaded from. Includes fixes for Treo 600 form focus...
... Yeah! Thanks! Michael _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar – get it now! ...
On the usual web site: http://www.hotpaw.com/rhn/hotpaw/ Includes better support and some fixes for VFS file I/O. Previously: Added an old-fashioned console...
I'm using HotPaw to extract reports from a HandBase database. Doing this I've seen that the execution time can get long. Is sequential reading of the records...
Cool! thanks! Michael _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how...
Hallo, how can I get a standalone application? I have a reg. version of HPB, and I can not create a file, this must running on a other Palm without HPB. My...
I have the attached code that loops thru TODOs for selected date and will let you schedule them in the calendar. I would like to have code 1) set the private...
The actual serial port hardware logic for these lines differs from model to model. On some models one or another of these lines (DTR/RTS) may toggle when the...
I just got hotpaw basic on oct. 22, but I used quickbasic for the PC before that so I know a little bit about it. I would like to know a good website where I...
I am going to try to develop a huge launcher system for my palm pilot and I would like to know if anyone had any code or suggestions for it before I get...
HotPaw Basic applets are not stand-alone applications. They can be launched from the PalmOS Launcher. But these applets require HotPaw Basic to be present,...
Hi! Thanks for your answer. The problem is I don't understand it because in your tutorial part "#PRCmaker.bas" you described how to create an own applet with...
Hi I just uploaded a prcmaker.bas to the files section. This code has worked for me for almost a year for both memos and pedit files. It gives some imformation...
I am a newby to hotpaw basic, but looking for a language for a relatively simple programming task (using the Palm to drive a remote device). I downloaded the...
Hallo Mauseohr, recht vielen Dank für Deine Bemühungen, nach dem Download (#prc(32) maker.bas) war es perfekt ! Es klappt super und ich kann ,so wie ich es...
Hi for .. next loops work without user input. ( As well as the while .. wend loops ) Why don't you post the code you're fiddling with? I don't know which for...
Thanks for the offers of assistance. This is a sample of my problem: # SimpleLoop.bas for i = 1 to 5 print i next i end When I run the program, it prints out...
Hi Tom, Yes, "print" does stop every time it prints something. Try: for i=1 to 5 i$=str$(i) draw i$ next i end The "draw" command will only work with strings...
If you just want to print to the display, without stopping so that what was printed can be read, the print at command is also available. 10 cls 20 print at...
... Hi The program I posted is an English version. I just had guessed that "h_fritzsch" might be German and told him that I might translate the program and...