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 1720 - 1749 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1720
... You'll have to copy and edit the link - the "." at the end of the sentence is being picked up as part of the link. This works: ...
johnecarter
Offline
Jun 5, 2005
8:02 pm
1721
Hello everyone, im a newbie here but we all gotta start somewhere. I am dead set on creating this particular application for my palm. My application is a real...
think56
Offline Send Email
Jun 12, 2005
10:54 pm
1722
Hi If you want to keep the HEX-notation ( 0xff ), you would have to use: 100 print #5,chr$(val("0xff")); The ';' is important as it prevents an additional ...
mauseohr1944
Offline
Jun 13, 2005
6:35 am
1723
Hotpaw Basic 1.4.5 runs a little strange on my new TE. I'm not sure exactly what things are different. I was hoping maybe someone else had already defined...
Larry Turner
pinkp8ther
Offline Send Email
Jun 13, 2005
10:06 am
1724
Thanks for the help Geert!! print #5,chr$(val("0xff")); How would i go about sending multiple hex characters, for instance 0xff 0xff 0xef as a string of...
think56
Offline Send Email
Jun 14, 2005
9:36 pm
1725
Disregard earlier question, I got it to work :). I am now able to initialize my device as well as send command for real time variable stream in my ybasic...
think56
Offline Send Email
Jun 15, 2005
1:44 am
1726
sub getdata print #5,chr$(255);chr$(255);chr$(239);chr$(90);chr$(8val("0x08")); chr$(15); end sub should work as well and save a lot of memory ( remember the...
mauseohr1944
Offline
Jun 15, 2005
8:59 am
1727
Ooops I made things a bit too copmplicated: Instead of print #5,chr$(val("0xff")); you use the simoler: print #5,chr$(0xff); I never use the 0x.. Hex-notation,...
mauseohr1944
Offline
Jun 15, 2005
2:44 pm
1728
You can simplify your program by concatenating the strings as follows: print #5,chr$(val("0xff"))&chr$(val("0xff"))&chr$(val("0xef")); As far as the other...
clive just
im_ceejay
Offline Send Email
Jun 16, 2005
8:39 am
1729
Wow, thanks for these replys guys, truly helpful. I have been trying to decipher as much as i can so that i can at least offer some valid questions for your...
think56
Offline Send Email
Jun 17, 2005
2:47 am
1730
Hi To monitor a ( more or less )continuous stream try the following approach: call initialize:'initialize serial comm.,send necessary strings 'Start of main...
mauseohr1944
Offline
Jun 17, 2005
8:59 am
1731
Hello, mauseohr1944 made a routine to create a listbox from memo tittle, is it possible to create a lixtbox from the text of a memo ? Have you an example of...
joseberar
Offline
Jun 18, 2005
8:02 am
1732
Hi I just uploaded 'filelist' to the files section. You can choose a memo from a listbox - the lines 2 to 65 become the contents of listbox 2. Due to the...
mauseohr1944
Offline
Jun 18, 2005
2:13 pm
1733
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cbaspadandhotpawbasic group. File :...
cbaspadandhotpawbasic...
Send Email
Jun 19, 2005
10:37 am
1734
Whilst I have written my application and it works find with LSDB only having 3 fields is a little limiting (I could really do with 4 real ones - not 3+) Is...
Clive Just
im_ceejay
Offline Send Email
Jun 24, 2005
5:33 pm
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
Messages 1720 - 1749 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