I would like to make a single PRC file out of the 17 (!) memos that comprise my 47K program. However when I create the PRC only the first memo, the one that...
... first ... do ... DOC ... space ... Tony, I think in order to create a PRC file out of your memos, you have to have all the text in one memo file with no...
Hi PRCs can only be made from a single document. Size is therefore limited ( 32k with Pedit-memos ) There are tricks to add text after creating a PRC. The...
Since you suggested it I went ahead and tried to shrink it. I removed all comments, all optional code, and all indentations. It still weighed in at 35k......
Yikes, what a limitation. Seems strange that it's even there considering I am able to #include all these memos that together add up to 47k. I mean when you...
Hi I wrote that you can add text into a PRC - if any regular editor could do it, I wouldn't have used the word 'tricks' to describe it. You can do it, using a...
Lou, I also know very little about editting resources so I looked around after reading Geert's post. Here is what I was able to figure out on my own. - If you...
Ok, I am ashamed to admit a lot of that went way over my head. As a result, I started to look around for info on this resource editting business. What I have...
Hi Tony, Thanks to you and Mauseohr for the reply. I don't see the links you refer to though. Regards, Lou - If you have Palm OS 5+, use BIRD. See first link...
Hi Lou, Geert posted the links in message #1871. Here they are again: http://www.ppcompiler.org/download.php?lng=en http://www.quartus.net/products/rsrcedit/ ...
I am trying to write a program using line numbers and a program that uses line numbers. I can't figure out what I am doing wrong. If someone can send has a...
Hi What on earth makes you want to do such a projekt??? SHUDDER!! Line numbers and jumping around with goto 137 and gosub 798 was one of the main reason for...
Hi There's a way to use goto without line numbers. In BBC basic, (at least in the first few editions which had to have line numbers), there was a way of...
... You can optionally use line numbers in yBasic. Just make sure that any line numbers are in order and that the spacing between line numbers is much larger...
Hey everyone, I am having a problem with ybasic recognizing a zero byte (0x00) within a serial stream being sent to palm. Like for example, if my device is...
Has anyone noted any bugs in how HotPaw Basic interprets the BASIC programming language (incorrect math, operator precedence, statement execution ordering,...
Hi everybody This my first post so bear with me. It is possible to store *.bas files in the Multimedia card and run in Ybasic? I stored some *.bas files and i...
What is an Extech multimeter serial port? Is that a device that connects to the Palm by its serial port or a piece of hardware attached to the Palm (eg using...
Hello Clive, Thanks for the response. What is an Extech multimeter? It is a device that measures voltage, current, temperature, etc. It has a serial port that...
... According to the man page, rnd() with a negative argument seeds the RNG. dummy=rnd(-abs(timer) will initialize the RNG with a new time-correlated start...
Hi The problem I reported in march 2005 with my VISORs isn't fixed with the new version: This is a quote of the quickref: input$(1) '- waits for 1 graffiti...
Hello everyone, I know the VFS functions were one of the later implemented (beta) features, but I was wondering if someone could help me with some basic...