Unless they have started blocking outside the UK, you can listen live or up to 7 days later. I Have listened to it in foreign parts. For a laugh I even did it...
ChrisDB was having problems with his [Done] button in scripting find & replace using pToolSet without pedit - i.e. no global macro mode. ... I like the look of...
I use /&ifAbort [0==0] to exit pScripts unconditionally. Is this legitimate, or not supposed to be done? I only ask because its behaviour seems a bit odd. I...
Are you doing a "runtimeInit" to clear $9 between test1 and test2, or is $9 being reassigned some other way? ... I'm not sure if this matters, but maybe (?) ...
Hi Chris- <<SNIP>> ... There's your problem-- a little *too* identical-- ... You've used the same anchor, /:A, in both, and presumably both are in your...
Hi ! The situation: I own a palm t5 whose memos can reach 32K. At work, synchronization proceeds without encumbers with the PalmDesktop software under Windows....
Bonjour Herve, My 2 centimes - I believe that the problem is with jpilot, not pilot-link. The jpilot documentation for OpenSuse 10.2 says it was last updated...
... Hi Steve. Both scripts should spot if $9 exceeds the 1-3 zone - the /&ifGoTo@ line should take care of it. No variable clearing necessary. ... Well, look...
Hi all - regarding - ... Yeah, that's a good technique in general, and a fix here specifically, *except*, I think you'll find the "done" command (here "\1"),...
Paul, You got me there. I guess I could download the source packages, and hope they're not written in C, and documented, and my wife wants to know what the ...
... Seems quite legit, and in fact rather nicely inventive. Seems like any "true" pExpression should work, eg [3==3], [2!=4], etc., as long as the "/&ifAbort...
... It takes about 5 mins to learn "C" [and then a dozen lifetimes to master it]. /Paul P.S. I was programming in C before even I knew what C was. I just...
... Hi John, pGoTo anchors don't work like that. They are local to each script, and as such, reusable. I have many '/:A' anchors throughout pScriptPad, hang...
Hi Chris- addeneum to ... I just went back and ran them both again, both run correctly, oofoof etc. Then changed test2 anchor back to "A" and again it runs ...
Hi Chris-- Got it -- ... In test2 you need the right now version /&ifAbort@[0==0]. That should do it. I think I must have inserted the "@" the same time I ...
... That was a bit brief of me Steve, sorry - I was on my way out and forgot you were new to pScripting. Here's test1 again, (the one that works!) with some...
... Wow... that's quite bizarre. I almost don't believe you! (joke) I've just tried using '/:D' on test2 just in case (I have other '/:B' anchors elsewhere)...
... No. I recalled that you're in pToolSet so that's the way I ran them too. But see the post from me just before this. For test2 you need "right now"...
... Brilliant John, you fixed it (and by accident too - that's kind of cool!) I actually wanted the test2 outcome order cos i wanted to put a /p0x11c after the...
Hi Chris- ... What happened is that I have all the pFunctions in pScripts to speed up writing scripts, and I left the @ in. ... You're welcome. Now I'll start...
... Yeah, confirmed. Shame about that. Thanks v much for trying though. ... That's interesting in its own way though - I usually look at the history in the...
Hi ChrisDB: ... Please don't. I am 100% sure that it is beyond my capabilities. If you and JohnM can't figure it out, then I can't either. BTW, if you have...
OK... I downloaded the source and installed the program - jpilot has an option for "Use Memo32 (pedit32) and I see the reference to this in memo.c to select...
Last I heard the author of jpilot was working (had completed?) a fix for this. Basically, jpilot comes with a plugin that makes it work with pedit32 out of the...