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 to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2818 - 2847 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2818
Hi Dariusz, ... What this ??? Say in NIL: !! :))) say 'No messages.' is better :) ... There is no DO after else so no END (endif is not arexx cmd also :)) And...
Polymere
polyamiga
Offline Send Email
Aug 1, 2002
12:41 pm
2819
Polymere said, ... That's the AmigaDOS say, not the ARexx say. It outputs through narrator.device, so there's no need to see any console output. Cheers Neil --...
Neil Bothwick
wirenetuk
Offline Send Email
Aug 1, 2002
1:32 pm
2820
Hi Neil, ... Oups sorry :)) Regards -- Frédéric Rignault #mailto:polymere@...# *# http://polymere.amedia-software.com#* Amiga 1200T 68060à60...
Polymere
polyamiga
Offline Send Email
Aug 1, 2002
4:44 pm
2821
Hello Polymere, ... I supplied do & end as it shows below: options results address YAM MAILCHECK If RESULT = 0 then do address command 'Say >NIL: No messages' ...
Dariusz Gac
dopuser
Offline Send Email
Aug 3, 2002
3:04 am
2822
Dariusz Gac said, ... Your say commands will fail, the text should be quoted. address command 'Say >NIL: "No messages"' address command 'Say >NIL: "'RESULT'"' ...
Neil Bothwick
wirenetuk
Offline Send Email
Aug 3, 2002
7:31 am
2823
Hello Neil, ... Noticed no difference with quoted text... it speaks word RESULT always, even if there is no emails.... ... YAM guide says so... I hae also...
Dariusz Gac
dopuser
Offline Send Email
Aug 3, 2002
7:55 am
2824
Hi, This is a script for use with YAM. Say YAM is busy doing something - for instance, updating indexes, or downloading a lot of e-mail/big e-mails. You want...
Andrew Bruno
abruno@...
Send Email
Aug 3, 2002
9:55 pm
2825
Dariusz Gac said, ... Have you tried it with a previous version? ... That's because RESULT isn't set, so it contains "RESULT", which has no spaces. The first...
Neil Bothwick
wirenetuk
Offline Send Email
Aug 4, 2002
1:08 pm
2826
Hello Neil, ... I've jest checked out YAM 2.3 020 (08.07.01) and both RESULT and stem downloaded working perfect as well. Fault is in YAM 2.4dev version... -- ...
Dariusz Gac
dopuser
Offline Send Email
Aug 4, 2002
8:42 pm
2827
each text file has a list of dates each on a separate line. ie. 020020802 020010809 and on and on............. there are 6000 plus lines the dates are in...
sarkis_44
Offline Send Email
Aug 5, 2002
1:40 am
2828
G'day sarkis_44, On 05-Aug-02, on the subject of "[arexx] comparing two text files?", you ... If you use DOpus Magellan, there's a /very/ nice file compare...
Steve & Ulli Bowman
stevebow1
Offline Send Email
Aug 5, 2002
2:25 am
2829
sarkis_44 said, ... Try something like this, although I've not tested it. address command 'sort' file1 'to' file1'.sorted' 'sort' file2 'to' file2'.sorted' ...
Neil Bothwick
wirenetuk
Offline Send Email
Aug 5, 2002
8:18 am
2830
... if he have enough ram here another (maybe faster) solution (file2 lines must be bigger or equal as file1) this is not tested: /* open file 1 and read all...
opi
opionline
Offline Send Email
Aug 5, 2002
10:20 am
2831
opi said, ... This is probably slower as you have to keep building the string. You're also likely to hit the 64K string limit with a 6000 line file. ... ...
Neil Bothwick
wirenetuk
Offline Send Email
Aug 5, 2002
11:14 am
2832
... maybe Sarkis can tell us which version is faster ;-) ... you are sure here is an 64k limit??? i cant' test it now because i don't on my Amiga :( ... i know...
opi
opionline
Offline Send Email
Aug 5, 2002
11:46 am
2833
Hi all Happily discovering the "SORT" command and finding other uses for it as well :) regards Sarkis will post back results from the speed duel :) ...
sarkissimon@...
Send Email
Aug 5, 2002
12:30 pm
2834
opi said, ... Or a test routine would establish it. ... Yes. 40.0> rx "x='';do i=1 to 1024; x=x' ';end;y='';do i=1 to 64;y=y||x;end;say length(y)" Command...
Neil Bothwick
wirenetuk
Offline Send Email
Aug 5, 2002
1:19 pm
2835
... -- 8< -- ... Both likely to be true... There is a faster way, but it also adds complexity for files larger than 64K: Read the file in as large chunks as ...
Hannu E K Nevalainen ...
garbage_collector@...
Send Email
Aug 5, 2002
3:35 pm
2836
garbage mail said, ... That's what I use when the file size isn't going to exceed 64K. Reading a file line by line is much slower than reading it all in one go...
Neil Bothwick
wirenetuk
Offline Send Email
Aug 5, 2002
6:27 pm
2837
... Going a little off topic here but does anyone (Neil!) know a faster way of saving messages from Thor that is faster than: READBRMESSAGE bla bla bla do i=1...
Paul Hill
paulroberthill
Offline Send Email
Aug 5, 2002
8:20 pm
2838
Paul Hill said, ... Yes, provided you really meant from THOR and not bbsread.library. THOR's ARexx port has a SAVEMESSAGE command, but you'll need THOR to be...
Neil Bothwick
wirenetuk
Offline Send Email
Aug 5, 2002
8:42 pm
2839
Hi all, I make some arexx script for build GUI with RxMUI. For start speed and allow non viewable source, I try to compil script with different kind of...
Polymere
polyamiga
Offline Send Email
Aug 6, 2002
12:21 am
2840
... faster way of ... Thanks Neil. I'll have a look tonight. I forgot THOR itself has a REXX interface. ... Inline. yEnc is an alternative to...
paulroberthill
Offline Send Email
Aug 6, 2002
8:27 am
2841
paulroberthill said, ... I know what yEnc is, but haven't got any messages with yEnc attachments to see how THOR handles them. If it sees them as text/plain...
Neil Bothwick
wirenetuk
Offline Send Email
Aug 6, 2002
8:33 am
2842
... AFAIK this wouldn't work. The yEnc data is shown by Thor inline. yEnc doesn't use MIME. The encoded data is just appended to the end of a message. ...
paulroberthill
Offline Send Email
Aug 6, 2002
9:08 am
2843
paulroberthill said, ... Because THOR sees it at text/plain or similar. THOR uses datatypes.library to identify filetypes, so a text/yenc datatype, or ...
Neil Bothwick
wirenetuk
Offline Send Email
Aug 6, 2002
9:32 am
2844
Hello Neil, on 05-Aug-02 write you: >> you are sure here is an 64k limit??? >> i cant' test it now because i don't on my Amiga :( > > Yes. ok - now i can...
opi
opionline
Offline Send Email
Aug 6, 2002
10:44 am
2845
Hello, Polymere: Be aware that most ARexx "compilers" don't actually compile the code, but they do put a wrapper around it. This increases the size by a small...
Donald Dalley
d_dalley_ca
Offline Send Email
Aug 6, 2002
1:43 pm
2846
The Rexecute wasn't really a compiler in the normal meaning of the word. It still needs the RexxMast to be running in order for the programs to work. The Rexx...
Ron Phillips
bpjammer
Offline Send Email
Aug 6, 2002
4:33 pm
2847
Hi Donald, ... I know this :) jRMS allow to crypt the script in executable for hide source. But have 64ko limit too. (bug of compiler ? starter ? or rexxsyslib...
Polymere
polyamiga
Offline Send Email
Aug 6, 2002
8:14 pm
Messages 2818 - 2847 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