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...
... Excellent! Thank you - I can put this to work right away! And how about the reverse? Getting the Whole Number part of a number with a remainder? (since...
Roger, thanks for the info, BUT... The Doc folder in this yshoo group is EMPTY, and the site http://www.hotpaw.com/rhn/hotpaw/ is down since several weeks ago ...
http://www.hotpaw.com/rhn/hotpaw/ has been logging several hundred hits per day from all over the world on the new server. I'd check the configuration of...
I have a program that is too big for memopad so I am using pedit32. I want to still be able to read from the Palm MemoDB database. My problem is that when I do...
Hello I am very new to this program writing. I am a mechanical engineer aged 66 engaged in designs and production activities. I puchasd on PalmIIIc for general...
Well, if you are looking for the hotpaw documentation (althou I assume your are not) try the website, it is there in full. For general information on...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... writing programs even books. I did not get anything along with the software. ...
Hi, does anyone figure out how the fn sleep(n)works? Why is this so innacurate, why the minimum delay of 120 secs, and how to get it more predictable ? Thanks...
... Hi For what would reason you use this function??? If you need a specific delay, try this: now = timer nxt = now + 10 ' or whatever delay in seconds you...
Printing with a very large font?(24-36pt) Help: Does any one know how to print memo files via IR printer(I use an HP340) at say 24-36pt font. We want to print...
... Well, I must admit my post is'nt that clear. My goal is to pilot an external device through the serial lines at regular interval of 30 minutes or far more...
Delaying by using fn wait() uses much less power than looping on timer() reads. fn wait() allows the CPU to enter low power nap mode until the time expires. ...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... Printing with a very large font?(24-36pt) Help: Does any one know how to print memo...