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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Localising ARexx Scripts   Message List  
Reply | Forward Message #3676 of 3728 |
Re: Localising ARexx Scripts

Hoi Robert,

> > Does the FlexCat compile really takes that long to split up the script?
> It's not the time so much as having to remember to compile before running the
script. I guess I could add a Save/Compile/Run button to GoldEd to automate
that.

You could use a makefile, so you just has to type "make" before running
the script.

> BTW there were some good tips in there for me too, I didn't realise that ARG()
alone gave the count of arguements nor that you could use the content of a
variable in a PARSE statement by enclosing it in brackets.

That's why I've done it. My first thought was to tell you about the
ARG() and PARSE but than I decided to just rewrite the function to
give you an example to actually see it in action (and because I like
coding in ARexx :).

--
cu, Bernd




Fri Dec 15, 2006 11:23 pm

bgollesch
Offline Offline
Send Email Send Email

Forward
Message #3676 of 3728 |
Expand Messages Author Sort by Date

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 ...
Robert J Williams
rjwilliams75
Offline Send Email
Dec 14, 2006
9:33 pm

Hello Robert, ... [...] ... you can use the locale.library directly from Arrex. :-) Here is a part from NDK_3.9/Documentation/Autodocs/locale.doc ...
Frank Weber
opionline
Offline Send Email
Dec 14, 2006
9:58 pm

... I realise that. My script actually uses the LocalizeStrings() function of RMH.library but that is basically a version of locale.library's GetCatalogStr()...
Robert Williams
rjwilliams75
Offline Send Email
Dec 14, 2006
10:52 pm

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...
Frank Weber
opionline
Offline Send Email
Dec 15, 2006
1:10 pm

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...
robert@...
rjwilliams75
Offline Send Email
Dec 15, 2006
2:36 pm

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...
Bernd Gollesch
bgollesch
Offline Send Email
Dec 15, 2006
9:01 pm

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...
Robert J Williams
rjwilliams75
Offline Send Email
Dec 15, 2006
10:56 pm

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...
Bernd Gollesch
bgollesch
Offline Send Email
Dec 15, 2006
11:28 pm

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"...
Robert Williams
rjwilliams75
Offline Send Email
Dec 18, 2006
12:06 pm
Advanced

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