Release notes for HotPaw yBasic Version 1.3.2c (2002Mar05) Changed the int() function to truncate to minus infinity. Added allowing up to 3 dimensions in...
Spring break has arrived and I am back to work on my Palmbot. If you would like to contribute any info, examples, observations...that would be great! I can...
What is the biggest size of programs you can have? For some reason I keep thinking you can only have a 4K max. At least from what I have read. I want to do a...
I've written a small utility that writes output to Memo and concludes with the line: x=fn launch("memo",-1) The utility works fine when run from the yBasic...
Thot you might want to know that the April issue (#141) of Circuit Cellar mag has an article on using HotPaw Basic running on a Palm m100. The m100 is used to...
How big can HotPaw basic programs be? I've posted the question here before and also emailed the creator of HotPaw. I am looking at a 150K program to convert ...
HotPaws uses MEMOs as the source code for execution and the OS limits MEMOs to be 4K. You could use CHAIN but, for a 150k program, you need 35+ "pieces". I...
Hello, I'm a registered user of Ybasic and HanDBase. With the instruction ** x=fn launch("PmDB", -1 ) ** I can launch the HandDbase application and I start...
I´m begining to use hotpawbasic. I´ve made a data acquisition software for serial information. Is posible to make an executable file? Conectate a Internet...
Had the same problem until I read the doc and switched to using the #run_and_exit pragma (I'm using ybasic 1.3.2). Just place the "#run_and_exit" statement...
Has anyone successfully programmed their VCR using hotpaw basic? I'm interested in downloading date & time info from the pc browsing web listings for cable...
greetings, i just uploaded a new ybasic app, called "RTOne" at palmgear. it's a 100 lap stopwatch, w/average mph, best laptime/mph, and palm memo export. take...
There is a version 1.01 located at http://pilot-db.sourceforge.net/. I am also interested in getting this to work. However at this time, I have only had very...
Are there problems running ybasic on Palm OS 4.0? I ask because my son my son installed ybasic on his Sony Clie with OS 4.0 gets Fatal Exception errors...
I'm running yBasic v1.3.2 on a Palm m125 running v4.0.1 OS with no problems (except when I make stupid programming booboos). Hope it works out for you because...
I'm looking for by Magnus Wohlen's email address. I have made some modifications to ResourceManager and would like to submit them to him. However, the...
Mac, Thanks for your response. Perhaps the problem is specfic to the Clie (Sony Clie PEG-S360). Even doing something as simple as launching ybasic (trial...
Is there a way to call another yBasic application and dump all the variables and free any memory allocated by the first yBasic application? I know I can chain...
Thanks for the reply. The "#run_and_exit" pragma will return me to the launcher. Unfortunately, I want dumped from the ybasic into the Memo app on completion...
This forum is for discussions regarding HotPaw Basic and cbasPad for PalmOS handhelds. There are other forums for discussions regarding other interpretive...
I totally agree. There needs to be a fn time$(t, 1) function. It would also be nice to have function that would convert a fractional number into a nice time...
... I tried it too... without success, then, I tried ScAnywhere from Standalone Inc., it works ! This software can push the input from the csm-150 into an...
I have used the memo pad, list DB files, and DBOS files to save data from several hotpaw basic programs. In general I prefer the memo pad because it is very...
I have used the memo pad, list DB files, and DBOS files to save data from several hotpaw basic programs. In general I prefer the memo pad because it is very...
The new home for Db is http://pilot-db.sourceforge.net/. However you may find you have trouble with saving things to DB. Larry ... data ... pad ... the ... ...
Thanks for your reply. When I create a file (pdb) programatically using hotpaw basic Z- catalog reports the creator to be DBOS, and the type to be DB99. When I...