I have a great program that finishes with a computed 8 x 8 output array of 64 integers. How do I display these on my Palm X|T ? There's got to be a simple way...
Hi this code might help: #display.bas 'initialize and fill an array dim ii(8,8) for y=1 to 8 for x=1 to 8 ii(x,y)=-32000-x-(y-1)*8 next next 'erase display...
Attached solves the "Knight's Tour" problem. A single Knight is placed at some point on an otherwise empty Chess board, and it is the object to move the piece...
Recently i have been expermenting with the 3D outputs in y basic example: #3d plot.bas cls : rem clear screen rem - the equaion in (x,y) z$ = "x^3*y-x*y^3" rem...
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...
Jun 29, 2007 8:35 pm
2051
See the HotPaw website site: http://www.hotpaw.com/rhn/hotpaw Beta test version 1.4.6b0.0 has a couple different ways to enter the ^ character for use as the...
Hi Unfortunately this release does NOT fix the bug introduced with version 1.4.5: Only the up-and down-keys work as documented. ALL other keys call the ...
I have been using a demo version for several days. I just purchased a registration but I have to enter the number every time to see my programs. Also,...
Hi I tried to produce the same results with my registered ciopy by manipulating then ybasreg.prc, but did't get the same behaviour. A case for rhnlogic. In...
I was using HotPaw in PalmOS 3.51 on a Palm IIIc. I upgraded to PalmOS 4.1 and now COLOR shows mostly green with some yellow in the color3.bas demo program....
It's good to be back on this group, after a long time of bouncing due to an email address change. Question: Does anyone know if there is a difference between...
Can anything or has anything been done to help in this regard ? Can the OS of a T3 be changed to an earlier version ? C. Walsh 1600 5th Ave NW Great Falls MT...
Likely not. Palm not only changed portions of the software interface, but the hardware itself, even the voltages on the serial port pins. The T3 uses a very...
Hello all, Thanks to the help of my good friend from Germany, the Tungsten T3 serial dilemma is over. The solution was a neat little program 23K's worth...
When I try to open Hotpaw or run an existing application on my Zire I get an error message that says: "The data storage of the handheld is full." Using FileEz...
... For 68k code, there are two possibilities. You can use a 3rd party assembler to convert the 68k assembly language into binary or hex machine code data....
I search the Bitman Programm to make Bitmap Strings... did anyone have this Program and can send it to me? I can't find this Programm in the Internet and in...
Hi Apparently the links in HotPaw's homepage are broken. I dug up the original file and added it to Files/Programs. In addition, I can offer Bitman 3.2, which...
Hi, I'm new to the forum, but I've used Hotpaw for some time now. Since I got my Palm IIIe I used it religiously, but then unfortunately forgot about it for a...
... Yes please! There is a files section associated with this group. Perhaps that would be a good place for your code? And thanks for your willingness to...
dirhannish, I appreciate your posting your programming efforts. I enjoy seeing how people solve some of the tangled programming problems. Respectfully Bob...
Hi all again. I've been sick and school just started again, so I've been a bit busy. There are obviously a lot of issues with the program because it's in its...