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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2421 - 2450 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2421
... UPdate? The data that is sent to clipboard is the history of a wshell window i went to the icon for shell wsell and wshell 2? and increaSED SIze ..still...
sarkis simon
sarkis_44@...
Send Email
Jul 4, 2001
2:09 pm
2422
I asked this question on the OS 3.9 mailing list, but didn't get much of a response. I am working on an Arexx script that reorganizes Workbench disk icons...
taoberly@...
Send Email
Jul 12, 2001
7:46 pm
2423
... My Amiga is dead at the moment so this is from memory: Have a look at the examinedt() function from the datatypes.library. I'm pretty sure one of the...
Rolf Max Rotvel
rotvel@...
Send Email
Jul 12, 2001
8:10 pm
2424
taoberly said, ... The realname() function in rmh.library does this. Cheers Neil -- Neil Bothwick - New Media Editor, Amiga Active Magazine Okay, who put a...
Neil Bothwick
neil@...
Send Email
Jul 12, 2001
10:36 pm
2425
Hello, ARexx fans. In an effort to enliven this list, I'd like to offer a cool (IMHO) script that provides a nice GUI for the functions of the AmigaDOS Assign...
Robert A. Sisk
RSisk@...
Send Email
Jul 13, 2001
12:14 am
2426
Rolf and Neil, ... I don't have any programming documentation besides what shipped with OS 3.1/3.5/3.9, so am not sure where else I could go to look it up. If...
taoberly@...
Send Email
Jul 13, 2001
1:05 am
2427
... I dug out my Amiga Developer CD v2.1: datatypes.library/--rexxhost-- datatypes.library/--rexxhost-- HOST INTERFACE datatypes.library provides an ARexx...
Rolf Max Rotvel
rotvel@...
Send Email
Jul 13, 2001
9:22 am
2428
Hi Rolf, ... [...] Hey, that's neat. I didn't know datatypes.library could do all those things. I'm guessing these features were added with OS 3.5? (If they...
taoberly@...
Send Email
Jul 14, 2001
1:57 am
2429
Hello Rolf ... Very interesting: Is this the only OS library featuring an arexx port ? Joseph...
Joseph Duchâtelet
jduchatelet@...
Send Email
Jul 14, 2001
1:38 pm
2430
(I lost the original post by Robert) (N)Listtree are betas rxmec. It means that many methods are to be added and that they will change. Sorry but I can't see...
Alfonso Ranieri
ranieria@...
Send Email
Jul 16, 2001
6:50 am
2431
(N)Listtree : sorry it was not supposed to go here. Ciao. Alfonso....
Alfonso Ranieri
ranieria@...
Send Email
Jul 16, 2001
6:52 am
2432
... FYI, I fixed this myself just by adding a CALL instruction. So simple... I discovered that the RealName() function in rmh.library (which can convert icon...
taoberly@...
Send Email
Jul 16, 2001
4:40 pm
2433
... drop j /* add this line */ ... Evidently the command that sets j does so only when j is unassigned. Kind regards, -- Bob Robert A. Sisk ...
Robert A. Sisk
RSisk@...
Send Email
Jul 16, 2001
9:01 pm
2434
... Whoops! Forget my previous advice about drop. The problem is actually that, on the second and later iteration, the variable j has a numeric value value...
Robert A. Sisk
RSisk@...
Send Email
Jul 16, 2001
10:08 pm
2435
Hi Robert, ... Okay so far... ... Ah, so the problem was that instead of assigning the new value, Arexx was substituting the exisiting value (as it would do...
taoberly@...
Send Email
Jul 17, 2001
1:23 am
2436
On my system these commands give arithmetic conversion errors instead of showing the priority and stack respectively. rx "say pragma(p)" rx "say pragma(s)" ...
Robert A. Sisk
RSisk@...
Send Email
Jul 24, 2001
9:20 pm
2437
Hi, Folks, my quest is to get to send commands to a shell. If I do an "address command" bits will work, but I am having trouble getting the string to work. It...
Andrew Bruno
abruno@...
Send Email
Jul 25, 2001
8:11 am
2438
Andrew Bruno said, ... ARexx will wait for the command to return, but won't return any output, only the return code (provided you have "options results" at the...
Neil Bothwick
neil@...
Send Email
Jul 25, 2001
8:33 am
2439
... To see how an expression evaluates, just say it like this: say part1 'a' part2 Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
RSisk@...
Send Email
Jul 25, 2001
8:57 am
2440
RMAU@yahoogroups.com ... Regards...
info@...
Send Email
Jul 25, 2001
3:15 pm
2441
info@... said, ... [200 lines of non-ARexx repost snipped] If you're going to spam the list, at least keep it up to date. Adobe are dropping the charges...
Neil Bothwick
neil@...
Send Email
Jul 25, 2001
4:34 pm
2442
Hi Robert, ... Yes, I get the same errors and with the same OS and library. As you probably noticed, these functions seem to require a second argument: rx...
taoberly@...
Send Email
Jul 25, 2001
6:58 pm
2443
Gently extracted from the mind of Robert A. Sisk; ... The p and s options need a second numeric arguement. In this case it's a misleading error messsage. -ash ...
Ash Wyllie
ashw@...
Send Email
Jul 25, 2001
10:35 pm
2444
Hi, I have now got back into the swing of things and am playing with this "terminate the loop" thing. This is the example program: /* */ ECHO 'Starting the...
Andrew Bruno
abruno@...
Send Email
Aug 11, 2001
4:42 am
2445
G'day Andrew Bruno, On 11-Aug-01, on the subject of "[arexx] Back to my "ITERATE" problem", ... ECHO i <--- Add this ... The ITERATE command...
Steve & Ulli Bowman
stevebow@...
Send Email
Aug 11, 2001
6:08 am
2446
... If you want to "terminate the loop" if the name is found you have to use the "LEAVE" command. ITERATE just will continue with the loop at the start. ... ...
Bernd Gollesch
bgollesch@...
Send Email
Aug 11, 2001
11:09 am
2447
Gently extracted from the mind of Andrew Bruno; ... I assume that you wish to know which i gives (test.i = name). If that is true replace ITERATEe with LEAVE. ...
Ash Wyllie
ashw@...
Send Email
Aug 11, 2001
10:23 pm
2448
Hello Bernd ... YES YES YES YES YES (As Sally said at the table with Harry looking on in "When Harry met Sally") That is what I want. Thanks! Now my codes...
Andrew Bruno
abruno@...
Send Email
Aug 11, 2001
10:27 pm
2449
Once upon a time, 11-Aug-01 13:49:28, Andrew Bruno spoke thus about ... If you're trying to terminate the loop when you've found a match then you should be...
Dave Clarke
bj73@...
Send Email
Aug 12, 2001
6:10 am
2450
Hello I am trying to use RawInsert from Franz Schwartz It is supposed to accept the 'Commodities key combination syntax' I am trying to put an 'arrow' in such...
Joseph Duchâtelet
jduchatelet@...
Send Email
Aug 14, 2001
7:51 pm
Messages 2421 - 2450 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