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...
... I altered the tco binary with a hex editor, changed it to use a KingCON console too. -- Neil Bothwick Don't put all your hypes in one home page....
... That sounds good. Can you tell me what to edit and/or send me your tco version? I use KingCON too. Regards -- _____ _____ ______ ___ _____ _____...
... Use any hex editor on the file, just search for CON: and you'll find what you need to change. Keep the overall string the same length. -- Neil Bothwick All...
Hello StellanInDerMailingliste@..., ... I do that some years ago too. :-) But i was the meaning i changed RexxMast. ... Yes (just look at this) and i has...
... You're right, it was RexxMast. ... I changed mine several years before then, that's my excuse for forgetting which file it was ;-) -- Neil Bothwick WinErr...
Hello StellanInDerMailingliste@..., ... I do some tests in the past but can't see a lot of more speed. :-( Such script is very unreadable and therefore i...
... Seems that it is useful if you want to make it unreadable. :-) Of course without a speed increase it makes no sense. I myselfe like only scripts that can...
... AFAIR I have two Arexx compilers... tonight or tomorrow I try to compile a some counting example... ... It doesn't pay for home purposes only... Arexx is...
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...
... Now it works. The simple mistake was the wrong Prefs filename. In my case it must be "ENV:ARexxTraceCON" and not "ENV:ARexxTraceCON.prefs". The default ...
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 ...
... I realise that. My script actually uses the LocalizeStrings() function of RMH.library but that is basically a version of locale.library's GetCatalogStr()...
Hello Robert, ... Yes thats true. :-( ... Yes i think now i understand. I played some years ago also with ARexx and Locale.library to localize Strings. At this...
Hi Frank, ... We're definitely coming at this from the same direction :-). I'm using FlexCat to process the .cd file into ARexx source rather than rolling my...
Hoi Robert, ... You're using nearly the same approach as I did. I think there is not much room for any other solution. Does the FlexCat compile really takes...
Hi Bernd, ... I'd come to that conclusion, but it's nice to hear comments from others. ... It's not the time so much as having to remember to compile before...
Hoi Robert, ... You could use a makefile, so you just has to type "make" before running the script. ... That's why I've done it. My first thought was to tell...
Hi Bernd, ... To me one of the nice things about working with ARexx is not having to remember to "compile"; so I'll probably continue using my "include"...
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). ...
Hello Stellan, ... I don't use DOpus 5 but DOpus 4 and suffer on the same problem some years ago. Seems to be a feature of the rx command which don't like...
... Yep, it is the same wiht DOpus5. Thanks for the hint! It works. :-) Examples: With {o} and CD source (works): cd "DH1:Dev/ARexx/" stack 65536 rx...
Hello StellanInDerMailingliste@..., ... OK. [...] ... Yes of course. as i already wrote it's a feature of the rx command. :-) With quotes you can execute...