For some reason, Yahoo Groups haven't been sending me approval messages recently, meaning there's been something of a backlog of users waiting to be approved. ...
Hiya, I am having a problem with YAMs READSAVE command. I've mentioned it to the YAM developers but they seem to think that it is an arexx problem. So what...
Hi Donald, ... /* test iteration */ data = "1 2 3 4 5" DO UNTIL WORDS(data) = 0 PARSE VAR data word data IF word = "3" THEN DO ITERATE SAY "Im WHILE ("word")" ...
On Sonntag, 06.04.03 at 13:34:19, bgollesch@... wrote about #[arexx] Re: ITERATE problem# : BG-> Ok, I've made an example which might help you: BG-> BG->...
Roy Bartsch
Roy_Bartsch@...
Apr 6, 2003 3:45 pm
3065
At 17:26 01.04.2003, you wrote: ... The code was wrong, because I want it to be wrong to show Donald what could be his problem, as told in the sentence below...
... No, this is not the exact same problem. The main part of my code works fine without the one-liner IF-THEN-ITERATE addition that I showed earlier. There was...
Hi Donald, ... My Code will produce: +++ Error 26 in line 10: Missing or unexpected END Command returned 10/26: Missing or unexpected END Line 10 is the last...
... Regarding this ITERATE problem... ... Thanks for your offer to help. I ripped the offending program apart, line-by-line, structure-by-structure, ...
... This kind of problem can be very annoying and hard to catch... I've had my share and thus come to these conclusions the hard way: 1) ALWAYS type/remove...
Hannu E K Nevalainen ...
garbage_collector@...
Apr 15, 2003 9:03 pm
3071
garbage mail said, ... An editor with auto-indent, such as GoldEd with the ARexx filetype, is a great help too. This filetype indents an extra level when you...
... Yes, Hannu, I have done this (and more) for years, since COMAL. I need my sanity! ... I use TurboText 2 and have stayed away from bigger, better editors. I...
Donald Dalley said, ... Some filetypes are separate downloads, either from the GoldED site or from Aminet. Cheers Neil -- RAM disk is *not* an installation...
Hi; ADDRESS COMMAND 'RUN >NIL: BED:Bed S:Backup-files/EmailArc PREFS=BED:Support/EmailArc.prf' This is a line from a crude arexx script I've written to be...
... Please, do shut off any HTML coding you have on your messages. I have just recently caused a flood of messages on another mailing list ;-7 on this subject....
Hannu E K Nevalainen ...
garbage_collector@...
Apr 16, 2003 9:55 pm
3076
Hi, I'm back, did you miss me? :-) After a couple of years of learning Java I decided to set up WinUAE to try some low-down dirty Arexx programming again. I...
Hello Rolf, ... no ;-) ... BTW: your script check for 'selected' but same happen for 'all' ... yes i think too it should return 0, but instead of that you get...
Hello opi, ... *sniff* buuhuuu :-) ... Yep, selected, unslected or all, it doesn't matter. ... I'll try writing Olaf Barthel and see what he has to say. ... ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the arexx group. File :...
arexx@yahoogroups.com
Apr 18, 2003 2:42 pm
3080
Hi Alfonso I'm trying to add AppIcon support to one of my project. It is working nicely except for one problem: I can't figure out how to use the "stem var" ...
... nicely ... Do something like appargs.supportssnapshot=1 appid = rmh_addappicon("DoFile", appicon, "appargs") But remember that it only says workbench to...
Hello again, Is anybody aware of problems with the Setclip/Getclip system? I've run into what appears to be a really strange bug, and am curious if it's know...
... Ok, that worked. Thanks. ... Of course. I'm thinking about using the Workbench Arexx port to create a snapshot function, I haven't looked into it yet...
... I wonder what happens if: - the first instance is doing a set/clear - second instance is reading *at the very same time* This is a potential "shared data"...
Hannu E K Nevalainen ...
garbage_collector@...
Apr 24, 2003 4:04 pm
3087
Hi Hannu, ... That's possible, although I temporarily added a bunch of "address command 'Wait'" statements at critical points in the script, but they don't...