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...
Show off your group to the world. Share a photo of your group with us.

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 1622 - 1651 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1622
I've been using yBasic for a long time now (I love it BTW) and I've made many calculator keypads that allow me to enter chars into formfields. I can delete...
h_mac_grant
Offline
Jan 3, 2005
5:24 am
1623
Has anyone ever create a Palm PRC applet from a Ybasic program and successfully run it from an SD memory card? I can create working applets from my Ybasic...
scottknecht
Offline Send Email
Jan 10, 2005
2:17 am
1624
My old Handspring died from a cracked display. As part of setting up my new Zire, I downloaded the latest version of ybasic and installed it, along with...
rstearns1241
Offline
Jan 21, 2005
6:58 am
1625
... The Get Info... dialog is now inside the About HotPaw Basic... dialog -r...
hotpaw2
Offline
Jan 21, 2005
8:34 am
1626
Dear all, I am developing a Data Logger application, which works fine so far. However, in order to save as much battery as possible, I would like to shut the...
bob2hh
Offline Send Email
Jan 26, 2005
8:12 pm
1627
If the logging intervals are greater than 1 minute, one might try the sleep function, and see if that works....
hotpaw2
Offline
Jan 27, 2005
9:14 pm
1628
I'm glad to find this list. I'm just starting to program in hotpaw basic. This is probably elementary, and if it's in the documentation, please let me know -...
Freeheart
genelong
Offline Send Email
Jan 28, 2005
4:30 am
1629
Yes, I already considered this possibility, but unfortunately the logging intervals are 1 second. Any other possibility ? Thanks in advance for your answer, ...
bob2hh
Offline Send Email
Jan 28, 2005
7:17 pm
1630
Still hoping someone has an idea for my problem. To simply my question, how can I read a large .txt file on the expansion card with hotpaw basic? Thanks Gene...
Freeheart
genelong
Offline Send Email
Jan 30, 2005
2:24 am
1631
... Expansion card memory is accessed via the VFS file system. Did you try open "vfs:", path$ for input as ... with a full file pathstring specification?...
hotpaw2
Offline
Jan 30, 2005
9:06 pm
1632
Many thanks, I will give it a try. If a line is truncated, is there some way of reading the rest of the line, or increasing the number of bytes read? Gene ... ...
Gene Long
genelong
Offline Send Email
Jan 30, 2005
11:58 pm
1633
... I tried them both, got an syntax error: open "vfs:", "Card/mumble.txt" for input as 4 open "vfs:/Card/mumble.txt" for input as 4 Is my syntax right? Gene...
Gene Long
genelong
Offline Send Email
Jan 31, 2005
4:16 pm
1634
... Are you missing a "pound" sign ( as in as #4 ) ? Is "/Card/" the proper path to the file? ( "Card/" doesn't start with a slash, so probably isn't a path. )...
hotpaw2
Offline
Jan 31, 2005
8:55 pm
1635
Thanks, that got rid of the syntax error. Now I get "Database not open in line 3". My current statement is open "vfs:", "/Card/mumble.txt" for input as #4 I...
Freeheart
genelong
Offline Send Email
Feb 3, 2005
3:21 pm
1636
Never mind, it was complaining about the statement below. I'm trying to find more documentation on vfs. I found one document that says to read with vfsrd, but...
Freeheart
genelong
Offline Send Email
Feb 3, 2005
4:29 pm
1637
A utility, such as FileZ, can be used to determine which directories and file names are present on an expansion card. You can also use print fn vfsfiles("/",...
hotpaw2
Offline
Feb 7, 2005
8:11 pm
1638
Hi there ! I'm a newbie with Hotpaw and have this "problem". In other BASIC dialects I used to do things like this: "IF statement1 AND statement2 THEN GOTO...
ultrazone2005
Offline Send Email
Feb 15, 2005
4:01 pm
1639
What version? The statement if a = 1 and b > 2 then goto 100 works just fine in v1.4.4...
hotpaw2
Offline
Feb 16, 2005
5:25 am
1640
Hi, I'm passing data between two Palms and I want one to transmit then carry on round a loop, but it appears to me that it waits for a response before carrying...
ambiguityuk
Offline Send Email
Feb 16, 2005
12:51 pm
1641
Yeah you were right ! Now with version 1.4.4 fully works ! Thanks a lot ! ... syntax......
ultrazone2005
Offline Send Email
Feb 16, 2005
1:35 pm
1642
Hi there ! I'm using HotPaw 1.4.4 and PeditPRO 5.02. I have a piece of code in PeditPRO format that runs perfectly in HotPaw, but when I use the utility...
ultrazone2005
Offline Send Email
Feb 16, 2005
1:42 pm
1643
... The "print #5,o$" doesn't need the semicolon at the end and this should immediately send whatever text is in o$ out of the Palm serial port. What does...
scottknecht
Offline Send Email
Feb 16, 2005
2:08 pm
1644
... serial ... As I mentioned, I have two Palms occasionaly communicating by IR. One of them (a Tungsten E) pauses at the print #5,o$ line for a second or two,...
ambiguityuk
Offline Send Email
Feb 17, 2005
8:38 pm
1645
Now you have me curious. How much is the Zodiac in dollars ?...
C. Walsh
profwalsh2
Offline Send Email
Feb 17, 2005
9:11 pm
1646
alguien me podrķa explicar como puedo hacer para mandar recibir un bit por el puerto infrarojo? por ejemplo desde un control remoto. Mi objetivo es...
astiz2k
Offline Send Email
Feb 18, 2005
12:48 am
1647
Won't work. The IrDA/ircomm protocol uses different pulse frequencies, duty cycles and packet framing than does almost any IR remote control. Most PalmOS 5 ...
hotpaw2
Offline
Feb 18, 2005
7:10 am
1648
... Let's see if this works : http://www.dixons.co.uk/martprd/store/dix_page.jsp? BV_SessionID=@@@@1261583735.1108721905@@@@&BV_EngineID=cceeadddkmmejfj ...
ambiguityuk
Offline Send Email
Feb 18, 2005
10:28 am
1649
The usual place: http://www.hotpaw.com/rhn/hotpaw/ This release includes: navigation improvements for the T|T5 and Treo650, new built-in functions fn space$()...
hotpaw2
Offline
Feb 21, 2005
9:18 pm
1650
Thank you Ron Nicholson!!! mac...
h_mac_grant
Offline
Feb 21, 2005
10:41 pm
1651
Hi, I'm trying to figure out how to print out the Julian Day. "The Julian Day number is a continuous count of days and fractions thereof from the beginning of...
Bruce Skelly
bruce_star_guy
Offline Send Email
Feb 22, 2005
5:10 pm
Messages 1622 - 1651 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