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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 3815 - 3844 of 3844   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3815 StellanInDerMailingli...
stellanpistoor Send Email
Dec 12, 2012
11:27 pm
... Sorry, I read you mail completely incl. the posted script (what is confused) but there is no question. However, you will get better help if you shrink your...
3816 sarkis simon
sarkis_44 Send Email
Dec 13, 2012
1:38 am
thank you  ... From: StellanInDerMailingliste@... <StellanInDerMailingliste@...> Subject: [arexx] Re: Flow of Control To: arexx@yahoogroups.com Date:...
3817 sarkis simon
sarkis_44 Send Email
Dec 13, 2012
1:40 am
Thank-you all  a child starts with small steps but with a large hope! ... From: Alfonso Ranieri <alforan@...> Subject: Re: [arexx] Re: Flow of Control To:...
3818 StellanInDerMailingli...
stellanpistoor Send Email
Dec 13, 2012
10:43 am
... Of course it is a learning process. In the past I always got very good help here. So don`t hesitate to ask. ps: It would be nice if you could disable html...
3819 sarkis_44 Send Email Dec 13, 2012
7:00 pm
/*batching.rexx*/ OPTIONS RESULTS /*TRACE ALL*/ IF OPEN("input&quot;,"Ram:bar.bat";,"R") THEN DO DO WHILE ~EOF("input&quot;) infile=READLN("input";) SAY infile IF...
3820 sarkis_44 Send Email Dec 13, 2012
7:01 pm
/*batching.rexx*/OPTIONS RESULTS/*TRACE ALL*/ IF OPEN("input&quot;,"Ram:bar.bat";,"R") THEN DO DO WHILE ~EOF("input&quot;)...
3821 sarkis_44 Send Email Dec 13, 2012
7:05 pm
WOULD YOU DO A QUICK HACK AT SCTIPT BELOW? /*batching.rexx*/ OPTIONS RESULTS /*TRACE ALL*/ IF OPEN("input&quot;,"Ram:bar.bat";,"R") THEN DO DO WHILE ~EOF("input&quot;) ...
3822 sarkis_44 Send Email Dec 13, 2012
7:26 pm
Open up a textfile called "bar.bat" From inside "bar.bat" Read a list of names and call it "input" Read all the list of names in "input" ie...
3823 sarkis_44 Send Email Dec 15, 2012
2:40 pm
A function's sucess is stored in RESULT so If OPEN() succeeds, reply will have the value 1 assigned to it, and it will be 0 if OPEN() fails. /*should the...
3824 robin@...
amiganiac Send Email
Dec 15, 2012
3:07 pm
Hi, ... reply is the result of your second open ... my guess would be that it fails because the first already opened the file....
3825 sarkis_44 Send Email Dec 15, 2012
3:20 pm
/*should the return from a function be 0 or 1 ??*/ OPTIONS RESULTS TRACE ALL OPEN("input&quot;,"Ram Disk:bar.bat","R") CLOSE("input") say CLOSE("input")...
3826 StellanInDerMailingli...
stellanpistoor Send Email
Dec 15, 2012
11:12 pm
... Return code depends from the used function. You can`t generalize all. Some return "only" BOOLEAN (0 or 1), some other values too. I always read the ...
3827 sarkis_44@...
sarkis_44 Send Email
Dec 20, 2012
9:06 pm
Dance session. Allen is seer gut!! Es get mid ausgezeitlich. Call Close (logical name) Was orbits ;) Sent from my Verizon Wireless BlackBerry ... From:...
3828 sarkis_44 Send Email Dec 21, 2012
3:55 pm
PS was well received pronto! Cutting THE SCRIPT "Divide et Imparate" to a solo function call OPEN(). With "Stellens"; error check IF ~OPEN() SAY "FILE NOT...
3829 StellanInDerMailingli...
stellanpistoor Send Email
Dec 21, 2012
6:15 pm
... Nice to see you got it working. Also wishes to you and all list members, merry x-mass and, of course, a happy new year. Regards -- _____ _____ ______...
3830 StellanInDerMailingli...
stellanpistoor Send Email
Dec 25, 2012
11:04 pm
Hi, I load a file list with SHOWDIR() (files only). Following example: Files listed in directory: file01 file02 file03 file04 The result of SHOWDIR() is: ...
3831 sarkis simon
sarkis_44 Send Email
Jan 8, 2013
11:39 am
Sort          - Sorts a file FROM/A, TO/A, COLSTART/K, CASE/S, NUMERIC/S FROM     - File to sortTO       - File where to send sorted resultsCOLSTART...
3832 StellanInDerMailingli...
stellanpistoor Send Email
Jan 8, 2013
9:35 pm
... [...] Thanks, but I want it in ARexx, not use OPEN(). I always avoid it if possible. Create a sorted list is easy done with "dir" or "list". I also want...
3833 stellanpistoor Send Email Feb 1, 2013
12:21 am
Hi, I know RxMUI and tritonrexx for GUI with ARexx. Is there another possiblity? I couldn`t find an example to start with for RxMUI. So I started with ...
3834 Yakov Mindelis
the_piper1 Send Email
Feb 1, 2013
1:04 am
Hi there, ... AWNPipe, reaction classes, afair, on aminet/os4depot Jack....
3835 Alfonso Ranieri
alforan Send Email
Feb 1, 2013
6:10 am
... ? the archive is plenty of examples.... Ciao. Alfonso...
3836 stellanpistoor Send Email Feb 2, 2013
6:30 pm
... Years ago I didn`t install the examples. Now I got them. Some examples don`t work for any reason like: Macro: Work:RxMUI/Examples/CY.rexx Line: 43 Error:...
3837 Alfonso Ranieri
alforan Send Email
Feb 2, 2013
8:56 pm
... that means that the mui class is missing; Ciao. Alfonso...
3838 stellanpistoor Send Email Feb 3, 2013
1:19 pm
On 02.02.13 Alfonso Ranieri wrote: [...] ... Yes... but CompactWindow.mcc 12.6 is installed. At the moment I don`t care about and don`t want to search that in...
3839 Alfonso Ranieri
alforan Send Email
Feb 3, 2013
5:03 pm
... It compact window mcc does not work there (and the reason could be it is not compatible with the version of MUI you are running so it cant init itself, you...
3840 stellanpistoor Send Email Feb 7, 2013
9:43 pm
Hi Alfonso! When I use a popasl (taken from PopA.rexx example) for filerequester how can I get the string (the full path of the file) for later use? Does it...
3841 stellanpistoor Send Email Apr 10, 2013
3:25 pm
Hi, I accidently got in trouble with DATE(). Somebody knows or can (can`t) confirm problems with the function? I haven`t made deeper tests so far (e.g. only...
3842 Bernd Gollesch
bgollesch Send Email
Apr 11, 2013
10:15 am
Hoi, ... I would guess the DATE() function is limited to what AmigaOS can handle. This should print the lower limit: rx "say DATE('S&#39;, 1, 'I')" For the upper...
3843 stellanpistoor Send Email Apr 11, 2013
4:29 pm
... 14. System:> rx "say DATE('S&#39;, 0, 'I')" 19780101 14. System:> rx "say DATE('S&#39;, 44560, 'I')" 21000101 44561 gives error. Thanks for your hint. Btw. I use...
3844 Bernd Gollesch
bgollesch Send Email
Apr 12, 2013
8:16 am
... From the DOS-Autodocs of AmigaOS4: Time on the Amiga is measured in seconds from 1-January-1978. The counter is an ULONG (unsigned 32 bit) in AmigaOS4, so...
Messages 3815 - 3844 of 3844   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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