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@...
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: ...
... /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...
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@...
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... -- ...
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)...
... 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...
... It`s closec on my side. BTW this mailinglist has changed to text and html. Moderator: please switch back to text only. Thanks. Regards -- _____ _____...
... 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 -...
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@...
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. :-( ......
... 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@...
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?) ... ...
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...
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,...
... 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}:" ...
... [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...
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...
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...
... 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...
Hello StellanInDerMailingliste@..., ... Sure - nothing is impossible :-) Currently i don't know anymore how. :-( i think it was anything with stdout... ... ...
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@...
Jun 27, 2006 8:50 am
3607
... replace with echo TRANSLATE(j," ","-") -- alfonso...
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...
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...
... 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...
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...
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@...
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...