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 544 - 573 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
544
Can anyone walk me through how to operate the ylauncher and how to use the makeprc.bas program....
s_harthorn
Offline Send Email
Feb 1, 2002
9:43 pm
545
Greetings:<br>I'm new here. I've been trying to make an applet from one of my bas pros. Everything seems to work except I'm getting an error 13, ...
double_dragon_ebooks
double_drago...
Offline Send Email
Feb 1, 2002
11:34 pm
546
There's an example of reading Doc files in the examples directory of the unzipped HotPaw Basic download.<br><br><a href=http://www.hotpaw.com/rhn/hotpaw...
hotpaw2
Offline Send Email
Feb 1, 2002
11:53 pm
547
The command:<br>draw -1<br>is the documented way to clear the middle of the screen. I'll be adding the "cls" command to a future release to make it a little...
hotpaw2
Offline Send Email
Feb 1, 2002
11:56 pm
548
How do you make the .bas file into a standalone prc is it possible i tried the make prc program by greenchile but cant get it to work.<br><br>// JJ<br><br>P.S ...
jockejoh
Offline Send Email
Feb 2, 2002
4:06 pm
549
From the documentation (HotPaw Basic quickref.txt):<br><br>&gt;Please note that the makelauncher bcmd can only create applets when when running <br>&gt;on a...
hotpaw2
Offline Send Email
Feb 2, 2002
8:17 pm
550
I am trying to program my Palm IIIe to control my PPRK to navigate a maze. I want to hardcode it for a specific maze so I only need to know the ybasic syntax...
lizjeff898
Offline Send Email
Feb 3, 2002
2:40 am
551
Beta Test Version 1.3.2b8 of HotPaw Basic is here:<br> &lt;<a href=http://www.hotpaw.com/rhn/hotpaw target=new>http://www.hotpaw.com/rhn/hotpaw</a> &gt; ...
hotpaw2
Offline Send Email
Feb 4, 2002
1:13 am
552
Hi,<br><br>I need to read a file from a SD card in my Handera, but I always get "Syntax Error"! I'm using the command exactly as stated in the section "Alpha...
t_lienhard
Offline Send Email
Feb 4, 2002
7:59 am
553
I start the ylauncher but says that #startup.bas can not be found. where do I get it from?...
s_harthorn
Offline Send Email
Feb 4, 2002
4:31 pm
554
For some reason, putting a colon (:) after the command "cls" causes the "yBasic thinking... running..." message to remain on the screen after the program...
jfield32907
Offline Send Email
Feb 5, 2002
3:16 am
555
#startup.bas is any program that you want to write and have start up when yBasic starts....
jfield32907
Offline Send Email
Feb 5, 2002
3:19 am
556
Thanks for the help. Any help on writing such a program. Also, I made a program using the 'makeprc' program but on completion of the program it returns to the...
s_harthorn
Offline Send Email
Feb 6, 2002
12:12 am
557
I use the following command line for one of my PRC/HotPaw Programs:<br><br>i=fn launch(loe$,-1)<br><br>where loe$ is the "launch on exit" application name or ...
ckb1972
Offline Send Email
Feb 6, 2002
4:26 pm
558
Great command i tested to go to handbase where my program store its data and it works great.<br>Is it possible to launch a specific file i a program to? In my ...
jockejoh
Offline Send Email
Feb 8, 2002
1:22 pm
559
Does anyone know of a way to change or edit the icon that is associated with an applet?...
gregeng99
Offline Send Email
Feb 8, 2002
3:55 pm
560
I use the program PRCedit to edit the icon as well<br>as to make programs flow as if in a single memo. <br>This second thing can be done by editing ...
ckb1972
Offline Send Email
Feb 8, 2002
4:47 pm
561
I haven't figured out how to open a particular <br>file of a program either. In my case, it would be<br>nice to open a specific date in the DateBook. ...
ckb1972
Offline Send Email
Feb 8, 2002
4:49 pm
562
Sorry i cant help you. Very cool progrm?<br>I have a question possible to read just the daily journal notes on my visor. I would like to compile my journal...
jockejoh
Offline Send Email
Feb 8, 2002
11:06 pm
563
I have the new DB v. 0.3.3c by Tom Dyas. <br>The DB read commands for Hotpaw Basic don't seem to work. Has anyone found a way to access this database? The...
j_haines2000
Offline Send Email
Feb 11, 2002
4:52 am
564
Release notes for HotPaw yBasic Beta Version 1.3.2b21 (2002Feb10)<br><br> * Added preliminary JFile 5 support.<br> * Sped up while/wend loop and integer...
hotpaw2
Offline Send Email
Feb 11, 2002
5:51 pm
565
I've got this program I'd really like to write: I've often wondered, "How does vitamin intake affect my mood?" or "How many hours of sleep per night give me...
sebendo
Offline Send Email
Feb 11, 2002
7:35 pm
566
I don't think yBasic will accomplish this task. Even an ordinary PRC application needs to be started by the user. It sounds to me like you would need to write...
ckb1972
Offline Send Email
Feb 11, 2002
7:55 pm
567
I would like to hook up a SIR adapter to a PLC with a serial port and get data from the PLC into the IR port of the palm. Can anyone help me with an example or...
jt_autowell
Offline Send Email
Feb 12, 2002
3:21 am
568
Thanks. I went to their web site, where I found a link to the Quartus site. They have a resource editor that does what I want....
gregeng99
Offline Send Email
Feb 12, 2002
2:45 pm
569
According to the documentation, you can put three lines of text in a msgbox by separating them with chr$(10). When I try it, the second and third lines get ...
gregeng99
Offline Send Email
Feb 13, 2002
5:34 pm
570
Try this:<br><br>l1$="Line 1"<br>l2$="Line 2"<br>l3$="Line 3"<br>msgbox (l1$ + chr$(10) + l2$ + chr$(10) +l3$)<br><br>Note that there is a limit to the total...
pud200
Offline Send Email
Feb 13, 2002
10:10 pm
571
Doesn't work for me. I get two lines, with l2$ and l3$ both on the same line, with a little box between them....
gregeng99
Offline Send Email
Feb 14, 2002
5:26 am
572
I just tried and tested this code and it worked for me:<br><br>? msgbox(l1$+chr$(10)+l2$+chr$(10)+l3$, t$,1)<br><br>The ",1)" at the end is critical but not in...
ckb1972
Offline Send Email
Feb 14, 2002
4:17 pm
573
&gt;Doesn't work for me. I get two lines, with l2$ and l3$ both on the same line, with a little box between them. <br><br>What version of HotPaw Basic on what...
hotpaw2
Offline Send Email
Feb 14, 2002
9:11 pm
Messages 544 - 573 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