Search the web
Sign In
New User? Sign Up
cbaspadandhotpawbasic · cbasPad and HotPaw Basic - Discussions about cbasPad and HotPaw Basic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1735 - 1764 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1735
I have spent almost two days intermittently trying multiple for loops, while loops, and arrays and combinations thereof to get a non-repeating series of ...
Christopher Glick
chris_glick
Offline Send Email
Jul 3, 2005
5:58 am
1736
Hi here a quick ( and a bit dirty ) solution. This will work for up to 127 ( num ) selected numbers from 1 up to 255 ( mnum ) This is because string length is...
mauseohr1944
Offline
Jul 3, 2005
9:28 am
1737
Hi, Thank you Geert for your "filelist" . Regards JB ... <no_reply@y...> ... for ... than...
joseberar
Offline
Jul 3, 2005
9:28 am
1738
Hi If you don't like the limitations of the first solution and / or don't like to use stringconversion, try this version: #singlernd.bas cls num=7 mnum=10 dim...
mauseohr1944
Offline
Jul 3, 2005
10:41 am
1739
I seem partially to have solved my problem in that the following will *usually* produce what I want; however, it sometimes yields a "Subscript err in line 24" ...
Christopher Glick
chris_glick
Offline Send Email
Jul 3, 2005
10:41 am
1740
Thank you very much, Geert! I will install this today and try it out. Yours, Chris __________________________________________________ Do You Yahoo!? Tired of...
Christopher Glick
chris_glick
Offline Send Email
Jul 4, 2005
3:42 am
1741
Hello again everyone, I have had some more time to work with my serial application, and things are going rather well as i continue to learn. Would it be...
think56
Offline Send Email
Jul 6, 2005
3:03 am
1742
Hi Not knowing, how you retrieve your data from the serial port, I would suggest to use i$=get$(#5,5) to read five characters, and then continue your own...
mauseohr1944
Offline
Jul 6, 2005
6:23 am
1743
You don't need DBOS installed on the Palm to use the HotPaw DB interface. I will try to makeup some simple code for you to look at later this week. LT...
Larry Turner
pinkp8ther
Offline Send Email
Jul 6, 2005
10:23 am
1744
Larry I had assumed that I didn't need DBOS installed on the Palm, just like I didn't need LIST. However having it installed does make it easier to make minor...
clive just
im_ceejay
Offline Send Email
Jul 7, 2005
4:27 am
1745
If you are refering to Pilot-DB, the freeware database program, the versions I am successfully using are 0.7.6.1 for DB-Editor (Windows) and 1.1.3 for the...
Joe Baughman
ebonair
Offline Send Email
Jul 11, 2005
6:55 pm
1746
Joe I believe that to use HotPaw Basic to manipulate a Pilot-DB, the DB must be version 0.2.5. So I assume that as you are running a much later version you ...
Clive Just
im_ceejay
Offline Send Email
Jul 11, 2005
9:37 pm
1747
Clive, you may be correct, I have not used Basic to access the data. That is why I was hoping for some code that might do just that. I use the Database for...
Joe Baughman
ebonair
Offline Send Email
Jul 12, 2005
5:18 pm
1748
Yes, there was a major format change from db 0.2 to db 0.3. HPB uses the older 0.2 format. However you can still use the newer version of db if you like....
Larry Turner
pinkp8ther
Offline Send Email
Jul 15, 2005
2:19 am
1749
I have HotPaw BASIC 1.45 running on a Tungsten T5 with PalmOS 5.4. The following program makes my T5 do a soft reset rather than running properly. If I add ...
Tom Lake
toml_12953
Offline Send Email
Jul 17, 2005
2:29 pm
1750
Thanks Geert, that came in very handy. My app is work great so far to read initial byte strings. Would you happen to know how i would go about getting the most...
think56
Offline Send Email
Jul 18, 2005
12:02 am
1751
Hi Helping might be much easier, if you would be more explicit about the data structure. What do you want to do with each set of data streaming in? Is there a...
mauseohr1944
Offline
Jul 18, 2005
6:26 pm
1752
If I understand you correctly all you need to do to get the latest data is keep reading all the existing data and ignore it. # this subroutine will empty the...
Clive Just
im_ceejay
Offline Send Email
Jul 18, 2005
10:37 pm
1753
Each new set of data has FF start byte, and will be a constant string length. Each new string has updated data. What im wanting to accomplish is to restart at...
think56
Offline Send Email
Jul 19, 2005
2:26 am
1754
The following program doesn't print all 1000 numbers to the printer. Is there a buffer I can increase or is it just a bug HotPaw? I tried fn serbufsz with no...
Tom Lake
toml_12953
Offline Send Email
Jul 19, 2005
9:11 am
1755
What are you getting on the printer? Does it start out right then go wrong after a period? If so you could be sending too much data too quickly for the printer...
clive just
im_ceejay
Offline Send Email
Jul 19, 2005
12:42 pm
1756
... go wrong ... quickly for the ... could be a ... slight pause ... data but ... Thanks for the speedy reply! I get about four lines of number just fine then...
Tom Lake
toml_12953
Offline Send Email
Jul 19, 2005
1:08 pm
1757
Tom Sorry I don't think I can help any more I have no experience of the PocketPrinter. However I would still be inclined to try the short delay between each...
clive just
im_ceejay
Offline Send Email
Jul 19, 2005
3:20 pm
1758
... delay ... OK, I'll try it just to see what happens. Thanks for your input! I'll let you know how it turns out. Tom L...
Tom Lake
toml_12953
Offline Send Email
Jul 19, 2005
5:48 pm
1759
... delay ... Well, I tried it but the delay didn't help. The A6 PocketPriter seems to have a 120-byte buffer so you can't send more than that to the printer...
Tom Lake
toml_12953
Offline Send Email
Jul 20, 2005
10:12 am
1760
I'm refreshing my knowledge of HPB after a couple of years with C. I have put together the following code that should work but it doesn't ...
JAMES S HAINES
j_haines2000
Offline Send Email
Jul 20, 2005
7:50 pm
1761
I seem to have a problem using the cls statement. When I include it in a multi-statement line, it does nothing. print at 1,4 cls:t=timer doesn't clear the...
Tom Lake
toml_12953
Offline Send Email
Jul 21, 2005
2:51 pm
1762
Try ..... next print #5;" " Larry...
Larry Turner
pinkp8ther
Offline Send Email
Jul 26, 2005
10:57 am
1763
... Thanks for the input. I tried your suggestion but there was no difference in the output. I think the PalmPrint driver could be rewritten to overcome this...
Tom Lake
toml_12953
Offline Send Email
Jul 26, 2005
5:42 pm
1764
I get the same results on my T|E OS 5.21 Larry...
Larry Turner
pinkp8ther
Offline Send Email
Jul 27, 2005
10:18 am
Messages 1735 - 1764 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help