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

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3584 - 3613 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3584
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 ...
Andrew Bruno
abruno@...
Send Email
Jun 3, 2006
11:11 pm
3585
Hello Andrew, ... At least this mail isn't blocked. :-) ... i think i reply to your mail but you can visit all mails in this group on the web, go to: ...
Frank Weber
opionline
Offline Send Email
Jun 4, 2006
12:54 am
3586
... /me stops lurking for the first time in several years... Both the cli command Stack, and PRAGMA('STACK',xyz) set the local stack - so only the current...
Robin Cloutman
rycochet2
Online Now Send Email
Jun 6, 2006
1:34 am
3587
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...
Andrew Bruno
abruno@...
Send Email
Jun 6, 2006
8:51 am
3588
Hello Andrew, ... maybe here is a quote or other issue in writetextclip? do you have an example Address which doesn't work? please not a real Address... -- ...
Frank Weber
opionline
Offline Send Email
Jun 6, 2006
9:22 am
3589
Hello Robin, ... i don't know how Stellan run ToT usually and if he get also stack problems. if he don't get problems PRAGMA('STACK',xyz) should (as i wrote)...
Frank Weber
opionline
Offline Send Email
Jun 6, 2006
9:38 am
3590
... Thanks for your explanation. In my case there is no problem no more because I use your StackAttack already and I`ve give up the script (because of problems...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Jun 6, 2006
10:11 am
3591
... It`s closec on my side. BTW this mailinglist has changed to text and html. Moderator: please switch back to text only. Thanks. Regards -- _____ _____...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Jun 6, 2006
1:24 pm
3592
... Nope - as the miggy doesn't have virtual memory it can only make sure the program starts with enough stack. The default stack on the old OS was only 4k -...
Robin Cloutman
rycochet2
Online Now Send Email
Jun 6, 2006
4:20 pm
3593
Quoting Frank Weber <opionline@...>: Ok, a bit more of an explination. (again sorry) I use Dopus and have a button bar. This script is one of those...
Andrew Bruno
abruno@...
Send Email
Jun 7, 2006
10:01 pm
3594
Hello Andrew, ... You could also use YAMs arexx support and invoke your script via YAMs menu - i just discovered that the shortcuts not always working. :-( ......
Frank Weber
opionline
Offline Send Email
Jun 7, 2006
11:21 pm
3595
... Could, but Dopus' button bar function fits the needs alot better. ... Well, running it from a CLI I don't get any. That's the problem. I run it and I see...
Andrew Bruno
abruno@...
Send Email
Jun 14, 2006
12:57 am
3596
Hello Andrew, ... Does that mean if you start your script from CLI you get never an empty clip board and start from DOpus button always? (or sometimes?) ... ...
Frank Weber
opionline
Offline Send Email
Jun 14, 2006
1:31 am
3597
... Thanks. Shall do as soon as I get home....
Andrew Bruno
abruno@...
Send Email
Jun 15, 2006
1:29 am
3598
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...
mrzoon
Offline Send Email
Jun 15, 2006
12:55 pm
3599
Hello mrzoon, ... you could try to use SnoopDos to find out what is really executed or anything like... echo [YourCommand] >Ram:output.txt ... i dot't know,...
Frank Weber
opionline
Offline Send Email
Jun 15, 2006
1:24 pm
3600
... I can not offer an technical explanation, but I just tested it, and the problem seems to lie in "{volume}:#?". Try this... Assign source{$$}: "{volume}:" ...
Allan Rasmussen
allan_s_rasm...
Offline Send Email
Jun 15, 2006
7:26 pm
3601
... [snip] ... the problem seems to lie in "{volume}:#?". Try this... ... I get the exact same behaviour (and LHA error code 20) with this method. Maybe LHA is...
mrzoon
Offline Send Email
Jun 16, 2006
2:08 am
3602
Hello mrzoon, ... i just do a test and it seems to work here. (LhA Version 2.2) my testscript looks like this: .KEY volume .BRA { .KET } LHA -arxF a...
Frank Weber
opionline
Offline Send Email
Jun 16, 2006
10:29 am
3603
Hoi mrzoon, ... You can also first switch on the output of dos-scripts with: set echo on If you now run the script every line will be printed in the shell when...
Bernd Gollesch
bgollesch
Offline Send Email
Jun 17, 2006
12:25 pm
3604
... BTW is it possible to redirect the output of "set echo on" to a file? If I have "set echo on" in my startup-sequence and boot. How can I deactivate the...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Jun 17, 2006
1:07 pm
3605
Hello StellanInDerMailingliste@..., ... Sure - nothing is impossible :-) Currently i don't know anymore how. :-( i think it was anything with stdout... ... ...
Frank Weber
opionline
Offline Send Email
Jun 17, 2006
10:05 pm
3606
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...
Andrew Bruno
abruno@...
Send Email
Jun 27, 2006
8:50 am
3607
... replace with echo TRANSLATE(j," ","-") -- alfonso...
Alfonso Ranieri
alforan
Offline Send Email
Jun 27, 2006
9:10 am
3608
On 25.06.06 Andrew Bruno wrote: [...] ... If you add "address command". Maybe it was the current/default address? ... Do what Alfonso write or alternatively...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Jun 27, 2006
10:15 am
3609
Hoi, ... Some more explanation why this happens: TRANSLATE() is a function with an return value. It does not change the string supplied but returns a changed...
Bernd Gollesch
bgollesch
Offline Send Email
Jun 27, 2006
12:04 pm
3610
... Hmm... If I run the script I don`t get this error message. Only if I add "address command". Doesn`t this happen if you run the script? If it differ then I...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Jun 27, 2006
1:45 pm
3611
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...
Robert A. Sisk
rsisk2003
Offline Send Email
Jun 28, 2006
12:16 am
3612
Quoting Bernd Gollesch <bgollesch@...>: Thanks much for that Bernd. I am not having much luck these days with writing programs and am sometimes my own...
Andrew Bruno
abruno@...
Send Email
Jun 28, 2006
1:54 am
3613
... Ciao Robert, I was very busy and often far from the Peg and I was not able reply to many emails, not only in RxMUI list. Wow, you gave me a huge list of...
Alfonso Ranieri
alforan
Offline Send Email
Jun 28, 2006
9:50 am
Messages 3584 - 3613 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