Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: Hardboy on November 21, 2002, 10:25:54 AM

Title: Amiga Arexx. Howto???
Post by: Hardboy on November 21, 2002, 10:25:54 AM
Damn it. Why isn´t there a description on how to program arexx in the RKM´s?

Well, does anyone know where to get a good tutorial  on/description of Arexx?
Title: Re: Amiga Arexx. Howto???
Post by: JurassicCamper on November 21, 2002, 10:29:11 AM
I managed to get the ARexx book that came with an A4000 of ebay for a couple of quid. (£2UK)
Title: Re: Amiga Arexx. Howto???
Post by: catohagen on November 21, 2002, 10:32:54 AM
aminet,
http://aminet.back2roots.org/pub/aminet/util/rexx/ARexxG_20patch.lha
http://aminet.back2roots.org/pub/aminet/util/rexx/ARexxGuide20rq.lha
http://aminet.back2roots.org/pub/aminet/util/rexx/ARexxGuide2_0A.lha

ARexxGuide is a complete ARexx reference with tutorials and dozens
of ready-to-use examples. Done in AmigaGuide format, it includes
argument templates and descriptions of all instruction keywords, of
built-in functions, and of the functions in rexxsupport.library.
The basic elements of the language are fully explained. Example
programs -- some of them interactive -- answer frequently-asked
questions about the language. Sample clauses are included with each
function and instruction explanation. Error codes and possible
solutions are explained.

A help-system that will turn nearly any text editor into an online
reference to ARexx is included. Working macros for three editors
are provided as examples. A step-by-step tutorial explains the
simple steps for making a new macro for a different editor.

ARexxGuide is a shareware offering. The suggested fee is $15.
Title: Re: Amiga Arexx. Howto???
Post by: carls on November 21, 2002, 10:56:13 AM
You can also download the ARexx manual in plain text format here: http://amycoder.hypermart.net/ (http://amycoder.hypermart.net/)

Another tip is to download lots of ARexx scripts from Aminet and read the source code.

Happy hacking!
Title: Re: Amiga Arexx. Howto???
Post by: Desolator on November 21, 2002, 12:57:51 PM
"Another tip is to download lots of ARexx scripts from Aminet and read the source code."

That's the best way to do it no matter what computer language one is learning. Good luck. :)
Title: Re: Amiga Arexx. Howto???
Post by: Hardboy on November 21, 2002, 01:39:01 PM
Thanks for helping! I´ll try things out.