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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2177 - 2206 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2177
Hi, Is there any way to break an ARexx script during a delay()? If I have, say, delay(10000) I have to wait quite a while fo the function to finish before the...
Steve & Ulli Bowman
stevebow@...
Send Email
Mar 5, 2001
11:46 pm
2178
Steve & Ulli Bowman said, ... No, because the script isn't running during the delay(), it's sleeping. ... Try "address command 'wait 200'" instead. Neil -- ...
Neil Bothwick
neil@...
Send Email
Mar 6, 2001
12:47 am
2179
G'day Neil Bothwick, On 06-Mar-01, on the subject of "Re: [arexx] breaking delay()", you spoke ... ok. ... ok. Is the wait command as CPU friendly as delay()...
Steve & Ulli Bowman
stevebow@...
Send Email
Mar 6, 2001
4:26 am
2180
Hi all! I'm looking for an Arexx module to Diretory Opus Magellan (I or II). This module should add a "Send with YAM" or similar (I mean, similar text, but for...
MarcinGumBoy Grziowski
SirHaker@...
Send Email
Mar 6, 2001
5:57 am
2181
Steve & Ulli Bowman said, ... I doubt there's any significant difference, and using Wait is almost certainly more CPU friendly than the alternative of breaking...
Neil Bothwick
neil@...
Send Email
Mar 6, 2001
9:57 am
2182
Marcin "GumBoy" Grąziowski said, ... Try emailing Keith Halstead, the author of Cut'n'Paste. Neil -- Neil Bothwick - New Media Editor, Amiga Active Magazine ...
Neil Bothwick
neil@...
Send Email
Mar 6, 2001
9:57 am
2183
... No, you may solve this with call addlib("rmh.library",0,-30) tim=CreateTimer() ts=TimerSignal(tim) call StartTimer(tim,s,m) recv=Wait(or(2**12,ts)) if...
Alfonso Ranieri
ranieria@...
Send Email
Mar 6, 2001
5:29 pm
2184
Hello, /* A Problem: Say I have the following twelve paths: */ pat.1 = "dir1/file1" pat.2 = "dir1/file2" pat.3 = "dir1/file3" pat.4 = "dir2/file1" pat.5 =...
mrdo@...
Send Email
Mar 7, 2001
3:59 am
2185
... Look at the attached example. Ciao. Alfonso....
Alfonso Ranieri
ranieria@...
Send Email
Mar 7, 2001
6:00 pm
2186
Hi, I have come across a problem: I know I could make my life easier if I'd just call the external ARexx macro as command along with redirecting its output,...
Andreas Mixich
sp.amix@...
Send Email
Mar 7, 2001
6:02 pm
2187
Hello, MrDoc: ... Keep it simple by using dir.0.0 as your directory and file counter holder. Substitute your counter numbers for the zeros. That's the ARexx...
Donald Dalley
ddalley@...
Send Email
Mar 7, 2001
6:42 pm
2188
Hi Neil! On 06-Mar-01, You wrote: NB >> I'm looking for an Arexx module to Diretory Opus Magellan (I or NB >> II). This module should add a "Send with YAM" or...
MarcinGumBoy Grziowski
SirHaker@...
Send Email
Mar 7, 2001
9:23 pm
2189
Marcin "GumBoy" Grąziowski said, ... No. I mean he may be willing to add an email option to Cut'n'Paste. Or a "Send to script" option, which would mean you...
Neil Bothwick
neil@...
Send Email
Mar 7, 2001
11:37 pm
2190
Neil Bothwick said, ... I've just thought of an easier way of doing it. Put any YAM script you like in the System/CopyTo drawer and you'll be able to email...
Neil Bothwick
neil@...
Send Email
Mar 7, 2001
11:48 pm
2191
Neil Bothwick wrote in a Mail about "Re: [arexx] Re: YAM + Dopus ... I just found this in my Dopus5:ARexx/ directory: /* AttachMail for Directory Opus 5.5 and...
Andreas Mixich
sp.amix@...
Send Email
Mar 8, 2001
7:01 pm
2192
Hello, Thanks to everyone who came up with some help, specially Andrew, Alfonso and Donald. Kind regards -- MrDoc...
Me
mrdo@...
Send Email
Mar 8, 2001
8:52 pm
2193
Hello Andreas, ... So redirect the a.rexx output to PIPE: or t:file and read it from b.rexx. Regards, -- Jeff...
Jeff Gilpin
jeg@...
Send Email
Mar 9, 2001
3:39 am
2194
... But this is exactly what I wanted to avoid, as I mentioned earlier. No external File IO, I want to do it 'inline'. I thought maybe there is a technique I...
Andreas Mixich
sp.amix@...
Send Email
Mar 9, 2001
5:41 pm
2195
Hi Neil! On 08-Mar-01, You wrote: NB >> Can I have his email adress please? NB > I expect it's in the Cut'n'Paste docs. Yeap. I know. I just didn't know, if I...
MarcinGumBoy Grziowski
SirHaker@...
Send Email
Mar 9, 2001
8:45 pm
2196
Hi Neil! On 08-Mar-01, You wrote: NB > I've just thought of an easier way of doing it. Put any YAM script NB > you like in the System/CopyTo drawer and you'll...
MarcinGumBoy Grziowski
SirHaker@...
Send Email
Mar 9, 2001
8:45 pm
2197
... I really don't hink that what you want to do is possible at all. You must use another programming scheme. Ciao. Alfonso....
Alfonso Ranieri
ranieria@...
Send Email
Mar 11, 2001
11:54 am
2198
Hi Andreas! On 08-Mar-01, You wrote: AM > I just found this in my Dopus5:ARexx/ directory: AM > /* AttachMail for Directory Opus 5.5 and YAM 1.3.4+ AM > By...
MarcinGumBoy Grziowski
SirHaker@...
Send Email
Mar 11, 2001
7:55 pm
2199
Alfonso Ranieri wrote in a Mail about "[arexx] Re: Getting results from ... Thanks. Good bye, -- Andreas <sp.amix@...> The good die young -- because they...
Andreas Mixich
sp.amix@...
Send Email
Mar 11, 2001
9:51 pm
2200
Hi, everyone: I was going to write an ARexx program to change the order of file access, so that a series of files in one drawer would load in, say, alpha or...
Donald Dalley
ddalley@...
Send Email
Mar 12, 2001
6:13 pm
2201
... For most filesystems its first come first sent, and sorting is left to the application (which is a good idea, hint-hint). If you do strat banging at the...
Xavier Messersmith
onelist@...
Send Email
Mar 12, 2001
11:30 pm
2202
... Xavier: Can you suggest a ready-made tool that >will< do the job, then? -- ... The World of AmiBroker Support http://webhome.idirect.com/~ddalley UIN/ICQ#:...
Donald Dalley
ddalley@...
Send Email
Mar 13, 2001
5:08 am
2203
... Hey, I meant that. I'd be very interested in being able to bypass the filesystems in ARexx. Someone could probably make an ARexx library for it. As for...
Xavier Messersmith
onelist@...
Send Email
Mar 13, 2001
7:12 am
2204
Xavier Messersmith said, ... A function to return the contents of a directory in a stem variable, with optional sorting on name or date, would be very useful....
Neil Bothwick
neil@...
Send Email
Mar 13, 2001
9:43 am
2205
... Well, this is alot less involving than what I assumed. You could do that in ARexx, I could even do that if I ever figured out how stems worked. :-) Just...
Xavier Messersmith
onelist@...
Send Email
Mar 13, 2001
10:18 am
2206
Xavier Messersmith said, ... This reads a directory into a stem parse arg Dir call addlib('rexxsupport.library',0,-30,0) DirList = showdir(Dir, 'A', '/') drop...
Neil Bothwick
neil@...
Send Email
Mar 13, 2001
10:41 am
Messages 2177 - 2206 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