Hi, Anyone have a copy of a commercial rexx compiler they are thinking of parting with. I think there were two...one was called rexecute...don't know about the...
Wil Haslup said, ... I reviewed rexecute for Amiga Active, and was most unimpressed. It's still on my hard drive, but I haven't used it for years. It had some ...
Hi Neil ... groan...argh! nice idea if it worked....maybe I'll rethink this. Sincerely, -- --Wil -- http://www.charmfx.com/ -- http://www.indieguide.com/ -- ...
I'm looking for more advanced and complete ARexx documentation than the Commodore user manual, ARexxGuide on Aminet and the AmigaOS NDK. In particular I'd like...
Robert A. Sisk
RSisk@...
Aug 17, 2003 9:20 pm
3193
Robert A. Sisk said, ... The C= ARexx manual is William Hawes' manual with a couple of chapters and appendices removed. Most importantly, the details of ...
... Are you thinking the original package is the AREXX disk v1.10? with manual? I have an extra disk (original) but not the manual. At least I don't think I...
Troy E Bouchard said, ... That's the one, although mine is version 1.15. My Arexx manual is really dog eared now, but I'll never part with it. I'm glad they...
... BTW, do you mind telling us the ISBN-number if there is one? I wonder what the current "status" on this book would be. Would Hawes still claim copyright on...
Hannu E K Nevalainen ...
garbage_collector@...
Aug 19, 2003 9:18 pm
3197
garbage mail said, ... There isn't one. I guess that's because it's a manual included with a product rather than a standalone book. ... I would imagine so....
... <smile> ... Too bad... :-/ ... Well, I wonder which status ARexx has by now (new hardware and OS seemingly appearing). NOTE: I read those websites very...
Hannu E K Nevalainen ...
garbage_collector@...
Aug 21, 2003 6:23 pm
3199
The oldest documentation that I know of was on an early Fred Fish Disk http://ftp.back2roots.org/funet/fish/201-300/ff202/ vlt.lha Much of the documentation is...
... I Boozed the file but found only vltstory. The other docs were for the function libraries. No ARexx history. Kind regards, -- Bob Robert A. Sisk ...
Robert A. Sisk
RSisk@...
Aug 21, 2003 10:25 pm
3201
Wish to search on multiple strings using Flash-Find.. Like a "Google" search... for example searc a database for two strings.."foo" abd "bar" has any done this...
... I don't know about flash-find's arexx capabilities, if there is any... If you have a simple search command that will search for ONE string: "foo" and "bar"...
Hannu E K Nevalainen ...
garbage_collector@...
Sep 5, 2003 4:12 pm
3203
Hello Hannu ... Another alternative which I use with 'flashfind' is 'Argue' (Aminet). It won't unfortunately do multiple searches but it makes single searches ...
... What I was trying to point out above was that you MIGHT be able to use anything like "Argue"[1] to do _complex_ searching - in the way I described. i.e....
Hannu E K Nevalainen ...
garbage_collector@...
Sep 7, 2003 7:13 am
3205
... I was thinking of a "pipe" with a "tee" that would place the output of the search of the first string into another shell that would search for the secound...
sarkissimon@...
Sep 7, 2003 6:07 pm
3206
Hi, I am wondering if someone wouldn't mind helping me on what I think would be a small part in a script that I am trying to use with Yam? The script, looks at...
Hello Warren ... I am not a guru, but could maybe help you. Alas the explination you gave was a bit lacking for me sorry. Regards -- Open it up and what have...
Andrew Bruno
abruno@...
Sep 16, 2003 6:56 am
3208
I'm trying, so far unsuccessfully, to open an AmigaGuide document with the AGA_Secure tag to disable internal ARexx and shell commands. If you'd care to see my...
Robert A. Sisk
RSisk@...
Oct 21, 2003 11:31 pm
3209
Hi, I have been talking with Michael, but we are stuck to what is happening. If I use the program I get HUGE up/down arrows on the right. HUGE! I know it may...
Andrew Bruno
abruno@...
Nov 7, 2003 7:29 am
3210
On Freitag, 07.11.03 at 07:29:01, abruno@... wrote about #[arexx] EBGuide problem.# : AB-> I have been talking with Michael, but we are stuck to what...
Roy Bartsch
shotbb-ml@...
Nov 10, 2003 7:43 pm
3211
Hello Roy ... Oops. Sorry. It is an AREXX script which downloads the TV guides from the internet for us here in Oz. Look on Aminet and give it a go, but I...
Andrew Bruno
abruno@...
Nov 11, 2003 7:56 am
3212
On Dienstag, 11.11.03 at 07:56:05, abruno@... wrote about #[arexx] Re: EBGuide problem.# : AB-> It is an AREXX script which downloads the TV guides...
Roy Bartsch
shotbb-ml@...
Nov 11, 2003 8:20 pm
3213
Hello Robert ... If I am using 3.1 should everything work ok? Regards -- The Borg Cable Co: The subscriber's wishes are irrelevant! Andrew Bruno ...
Andrew Bruno
abruno@...
Nov 14, 2003 8:07 am
3214
Hello to everyone, I got two problems with ARexx: 1. I want to load a node of a guide file into Multiview with an ARexx script. Doing this with SHOWNODE works...
andreas-kra said, ... The reply() should be after the getarg() call, to clear the queue ready for the next input as soon as possible. ... I've seen this a lot,...
... Try something in line with: -- cmdstr='echo >T:TEMPFILE "' command_to_execute '"' '0a'x , 'newshell CON:0/12/480/60/MPegA.040/CLOSE/AUTO/INACTIVE from ...
Hannu E K Nevalainen
garbage_collector@...
Nov 18, 2003 10:34 am
3217
... It doesn't work here either. Apparently MultiView's Open command is broken. ... Don't GetArg() if there's no packet. Try this: call WaitPkt appPort do...