Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

arexx · This list is devoted to the powerful Amiga scripting language, ARexx. Here ARexx coders can share ideas, routines and generall

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello! I striked on a problem that a program used SELECT INDEX/N as command. So there is a conflict with the ARexx instructions SELECT. At least I get an error...
5 Jul 6, 2012
9:41 am

StellanInDerMailingli...
stellanpistoor
Send Email

Ram Disk:201108030944wv600en.txt 291> (Fractional) 38.232 Tj 292: (Times:) 25.784 Tj 293: (22.40) 20.016 Tj 294: (46.72) 20.016 Tj 295: (1:00.10) 26.688 Tj ...
4 Aug 6, 2011
4:17 pm

StellanInDerMailingli...
stellanpistoor
Send Email

Hi, Just looking for quick solution of replacing slashes with backlashes in strings. Any ideas?...
3 Jun 24, 2011
7:51 pm

do_darka@...
dopuser
Send Email

Hi together, I`ve thought about how to write a empty file with ARexx. My result is attached. I know there exists some executable programms on Aminet that...
13 Jun 23, 2011
6:31 pm

do_darka@...
Send Email

/*pdf to postscript batch converter*/ OPTIONS RESULTS IF OPEN(input,bat, R) THEN DO /* opens the batch file (bat) of pdf names */ DO UNTIL EOF(input) /*...
3 Feb 14, 2011
4:39 pm

Ingo Musquinier
mrvde
Send Email

Ram Disk:> Search Data:text times lines 3 quick Output to console window Data:text/200905021046wv300en.txt 354> (Times:) 25.784 Tj 355: (24.11) 20.016 Tj 356:...
1 Jun 26, 2010
12:32 am

sarkis_44
Send Email

Ram Disk:> Search Ram: *.txt (Tequila|(Run) #? all quiet quick Both of the "Strings" are in a text file but they are not on the same line: ie 101: (String1...
4 Jun 15, 2010
8:05 pm

sarkis simon
sarkis_44
Send Email

/*parses ram.bat */ /*"ram.bat" is a batch file. It contains a list of text files loaded into to ram: to be read and parsed*/ OPTIONS RESULTS IF...
2 May 11, 2010
7:09 am

Bernd Gollesch
bgollesch
Send Email

Pseudo code: Open a text file read the lines in it As you read the lines the marker line appears The line following the marker line is the target line... What...
2 May 2, 2010
10:54 am

StellanInDerMailingli...
stellanpistoor
Send Email

Would someone explain this shell command?...
5 Apr 28, 2010
11:28 pm

sarkis simon
sarkis_44
Send Email

Psceudo code: Do loop Open File A list in Ram: of 879 text files with file name starting with the numeric "200905021015.ps" to "200911071309.ps" they go up...
9 Apr 27, 2010
7:21 pm

sarkis simon
sarkis_44
Send Email

Creating a template to parse a post script file. A thousand line document in which all the target lines to be parsed begin with "(" as the first character. If...
4 Mar 24, 2010
12:26 pm

ingo@...
mrvde
Send Email

Coming out of the cocoon! Won a Mini Mac on EBAY. soon will be downloading iso.. Any having an comments? Amiga 3000 was my last Amiga TIA Sarkis...
3 Jan 20, 2010
3:00 am

sarkis simon
sarkis_44
Send Email

Hi, here it never worked. I get always with all scripts: +++ Error 47 in line 1: Arithmetic conversion error I tried "RX {f}", "SYS:Rexxc/RX {f}" (AmigaDOS). ...
16 May 1, 2008
7:08 pm

Frank Weber
opionline
Send Email

Hi, Some time ago I posted a message to the rxMUI mailing list about localising rxMUI programs. Robert Sisk responded and pointed me in the direction of the ...
9 Dec 18, 2006
12:06 pm

Robert Williams
rjwilliams75
Send Email

Hi, change the CON settings in RexxMast works fine also with KingCON but I can`t get it work using a separat KCON.prefs (ENV variable). Someone know how to get...
2 Dec 2, 2006
3:06 pm

StellanInDerMailingli...
stellanpistoor
Send Email

Hi, I want to know if someone have experiences with RexxOpt? (http://main.aminet.net/pub/aminet/util/rexx/RexxOpt_1.8.lha) Also opinions (against or for) are...
8 Nov 16, 2006
5:25 pm

Dariusz Gac
dopuser
Send Email

Hi, how can the TCO window be changed (position, size, ...)? It stress my nerves to change that each time by hand. -- _____ _____ ______ ___ _____...
7 Nov 14, 2006
10:47 pm

StellanInDerMailingli...
stellanpistoor
Send Email

Hi, sometimes I`ve the problem in trace output shell that e.g. launching external programs with a deep path and "hundred" or arguments to see the whole line ...
3 Oct 23, 2006
12:22 pm

Frank Weber
opionline
Send Email

Hi, I`ve a problem with PARSE ARG (see attached script). In the script I replace "," with "." If I enter: "rx Ram:test.rexx 11,1 22,2" I get "Arithmetic...
14 Oct 22, 2006
12:06 pm

StellanInDerMailingli...
stellanpistoor
Send Email

Hi, I want to have this line in a script that mount a unmounted drive: "IF mountdrive = 1 THEN IF ~EXISTS(currentdrive) THEN ADDRESS COMMAND 'Mount&#39; ...
10 Oct 10, 2006
10:37 pm

icar_cryston
Send Email

Hi, I tried to get/separate ticks (1/50) out of TIME(E) (see attached script). ARexxGuide say: [...]<ss.tt> where <s> is seconds and <t> is ticks of the...
10 Aug 17, 2006
12:41 pm

StellanInDerMailingli...
stellanpistoor
Send Email

Hello, Alfie. I've sent this message to the RxMUI list without receiving a response, and I see you are on this list, so I'm sending it here. Here are some...
3 Jun 28, 2006
9:12 pm

Robert A. Sisk
rsisk2003
Send Email

Hi, Working on a project I "stumbled"; upon this error. Script: /* */ OPTIONS RESULTS j = "this-is-a-test" ECHO j TRANSLATE(j," ","-") ECHO j (Pretty simple...
6 Jun 28, 2006
1:54 am

Andrew Bruno
abruno@...
Send Email

I'm consolidating a bunch of backup scripts, and the following line is failing: LHA -arxF a Dest:$lhafile {volume}:#? where $lhafile contains something like...
8 Jun 17, 2006
10:05 pm

Frank Weber
opionline
Send Email

Hi, (Resending incase it didn't get through the first time) Folks, I've seen a few replies, but haven't got them at time of writing this. Sorry for not...
7 Jun 15, 2006
1:29 am

Andrew Bruno
abruno@...
Send Email

Hi, Ok, bad subject gramma. But I have this script running from a button on Dopus (magellan) and it doesn't always work. It is used to talk to YAM and get the...
22 Jun 6, 2006
4:20 pm

Robin Cloutman
rycochet2
Send Email

Hi, I posted a reply to your replies on my "Why doesn't this script work" post. At the time I didn't realise that I didn't see my post come back, but put it ...
2 Jun 4, 2006
12:54 am

Frank Weber
opionline
Send Email

Hi, I`ve a problem with PARSE Instruction and don`t understand it well. I want to expand my arexx script that it can handle arguments. First I tried it only ...
17 May 26, 2006
9:13 pm

StellanInDerMailingli...
stellanpistoor
Send Email

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 :...
4 May 23, 2006
9:21 pm

arexx@yahoogroups.com
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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