Search the web
Sign In
New User? Sign Up
arexx · This list is devoted to the powerful Amiga scripting language, ARexx. Here ARexx coders can share ideas, routines and generall
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3059 - 3088 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3059
... I can't do that. The code is too large to post to the list. If someone wants to help privately, that's different. Donald Dalley...
Donald Dalley
d_dalley_ca
Offline Send Email
Apr 4, 2003
3:26 am
3060
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. ...
Thomas Hurst
quantum_thinker
Offline Send Email
Apr 5, 2003
4:26 pm
3061
... Try adding an index variable to your do loop: do i = 1 until (words(data) == 0) or something similar. And use "iterate i" Regards /max...
Rolf Max Rotvel
rotvel
Offline Send Email
Apr 5, 2003
5:07 pm
3062
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...
Alexander Niven-Jenkins
thecremlin2
Offline Send Email
Apr 5, 2003
6:38 pm
3063
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")" ...
Bernd Gollesch
bgollesch
Offline Send Email
Apr 6, 2003
11:33 am
3064
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@...
Send Email
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...
Bernd Gollesch
bgollesch
Offline Send Email
Apr 7, 2003
8:53 am
3066
... You could try: 'READSAVE 1 FILENAME "' || pfilename || '" OVERWRITE' That's all what comes to my mind right now. HTH, Bernd...
Bernd Gollesch
bgollesch
Offline Send Email
Apr 7, 2003
9:03 am
3067
... 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...
Donald Dalley
d_dalley_ca
Offline Send Email
Apr 12, 2003
11:01 pm
3068
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...
Bernd Gollesch
bgollesch
Offline Send Email
Apr 13, 2003
10:15 am
3069
... Regarding this ITERATE problem... ... Thanks for your offer to help. I ripped the offending program apart, line-by-line, structure-by-structure, ...
Donald Dalley
d_dalley_ca
Offline Send Email
Apr 15, 2003
6:25 pm
3070
... 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@...
Send Email
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...
Neil Bothwick
wirenetuk
Offline Send Email
Apr 15, 2003
9:25 pm
3072
... 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
d_dalley_ca
Offline Send Email
Apr 16, 2003
1:49 pm
3073
Donald Dalley said, ... Some filetypes are separate downloads, either from the GoldED site or from Aminet. Cheers Neil -- RAM disk is *not* an installation...
Neil Bothwick
wirenetuk
Offline Send Email
Apr 16, 2003
1:53 pm
3074
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...
Brian Sharman
wiggly_jim
Offline Send Email
Apr 16, 2003
4:16 pm
3075
... 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@...
Send Email
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...
Rolf Max Rotvel
rotvel
Offline Send Email
Apr 18, 2003
1:03 pm
3077
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...
opi
opionline
Offline Send Email
Apr 18, 2003
2:09 pm
3078
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. ... ...
Rolf Max Rotvel
rotvel
Offline Send Email
Apr 18, 2003
2:34 pm
3079
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
Send Email
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" ...
Rolf Max Rotvel
rotvel
Offline Send Email
Apr 21, 2003
12:23 pm
3081
Short: ArexxGuide online help macro for CED 3.5 Author: rotvel@... Uploader: rotvel@... Type: util/rexx Replaces: util/rexx/arxced40.lha ...
Rolf Max Rotvel
rotvel
Offline Send Email
Apr 21, 2003
1:49 pm
3082
Hello Arexx Please ignore. I'm trying to figure out why my mails have missing subjects... Regards, Max...
Rolf Max Rotvel
rotvel
Offline Send Email
Apr 21, 2003
1:52 pm
3083
... nicely ... Do something like appargs.supportssnapshot=1 appid = rmh_addappicon("DoFile", appicon, "appargs") But remember that it only says workbench to...
Alfonso Ranieri
alforan
Offline Send Email
Apr 23, 2003
2:33 pm
3084
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...
Todd Oberly
toddoberly
Offline Send Email
Apr 24, 2003
5:55 am
3085
... 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...
Rolf Max Rotvel
rotvel
Offline Send Email
Apr 24, 2003
12:02 pm
3086
... 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@...
Send Email
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...
Todd Oberly
toddoberly
Offline Send Email
Apr 25, 2003
1:07 am
3088
... what do you think about using PIPE: in your programs? it seems to be exactly which you need... Regards, OPI ...
opi
opionline
Offline Send Email
Apr 25, 2003
4:32 am
Messages 3059 - 3088 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help