Im very new to the ybasic comunity and understand that a response will take time. Ybasic is a very intriging programing language and thus opens the opertunity...
Hello, I'm programming a countdown timer for my darkroom which will sound off every 30 sec and then at the end of the predetermined time. My only problem is...
... Hi The following code might bu useful: #timer.bas cls form title 0,0,0,0,"Timer 1.0 6-2003",-1 form btn 0,160,0,0,"stop",1 while i=val(input$("","How...
Hi Tom, I had the same concern but I just went ahead and tried it. 4800 as a parameter value in the open command seems to work fine. David. ... communications ...
hi all, try to make some small apps for my palm with, this great basic. ist it planed to support the newer file format for pilot db? thanks sebi this is a...
I posted a timer program (GameTimer.txt), that I just updated for the current version of the program. It counts up or down. It was my first (and only) hotpaw...
... Thankyou very much for the reply, i was thinking regarding rezing the elipse, what if one were to continually use "draw -1" while the oval was still active...
Hello All, My wife bought a Palm IIIxe for me for father's day. Then I just purchased hotpaw basic and installed the prc files. When I run the program it says...
Hi Folks, I am using the registered version of Ybasic and Pedit. I need to save some database information to a large Pedit memo file. I have been using the...
... Hi I combined the ellipse and marking rectangle code. I just uploaded the code to files\snippet as penellipse.txt Start moving then pen on the screen. The...
I would advise deleting then re-installing both of them at the same time. That worked for me :) ___ Sent with SnapperMail www.snappermail.com ...... Original...
Ian Roberts
imr@...
Jun 20, 2003 9:51 pm
1145
Can anybody shed some light on the syntax for the poke function? Peek is documented but poke is not. Thanks in advance, Tom Mortz...
How does one pass a variable value out of a subroutine? Seems hotpaw allows me to pass values into a subroutine but doesn't allow me to return a value....
... Hi It may look like it, but you can (ab)use a sub as a function in a manner similar to other Basics: #testfn.bas a=1 e=2 b=testa(b,e) c=testa(b,e) print...
Hi, I registered yBasic and I find it Very useful. There are just a few items I think would greatly improve yBaisc. The most pressing item on my wish list is...
I am tempted to switch from my trusty Palm Vx to am Ipaq 2215 PocketPC. One of the things that would stop me is the loss of my YBasic programs. Is there any...
Check out: http://www.pocketpccity.com/software/hpc/Dialect-Standard-Edition- 1999-10-29-ce-hpc.html Dialect Pro has been OpenSourced and free. Quite good....
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... Does anyone have any creative idea for a work around? Might this be considered an...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... PocketPC. < AppForge is a very good product for Palm Programs, and I believe they...
i have made a program that is composed of 4 memos. It does run fine from the hotpaw console, but when i make the first memo a file.prc, or that i rename it...
Hello, I use the trial version of ybasic1.38b; I tried to make some form with GUI from Magnus Wohlen; generating memo was fine, I add a "run" in the end, just...