Welcome, Guest. Please login or register.

Author Topic: Amiga Arexx. Howto???  (Read 10546 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline HardboyTopic starter

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 248
    • Show only replies by Hardboy
Amiga Arexx. Howto???
« 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?
 

Offline JurassicCamper

  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 635
    • Show only replies by JurassicCamper
Re: Amiga Arexx. Howto???
« Reply #1 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)
A1200T PPC 330Mhz in a Custom Modified Fractal Design R3 Case
 

Offline catohagen

  • Full Member
  • ***
  • Join Date: Apr 2002
  • Posts: 159
    • Show only replies by catohagen
Re: Amiga Arexx. Howto???
« Reply #2 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.
 

Offline carls

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1047
    • Show only replies by carls
Re: Amiga Arexx. Howto???
« Reply #3 on: November 21, 2002, 10:56:13 AM »
You can also download the ARexx manual in plain text format here: http://amycoder.hypermart.net/

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

Happy hacking!
Amiga: Too weird to live, too rare to die.
 

Offline Desolator

  • Sr. Member
  • ****
  • Join Date: Sep 2002
  • Posts: 460
    • Show only replies by Desolator
Re: Amiga Arexx. Howto???
« Reply #4 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. :)
// Amiga - The computer for the creative mind.
// Ph.D in Amiga future optimism.
 

Offline HardboyTopic starter

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 248
    • Show only replies by Hardboy
Re: Amiga Arexx. Howto???
« Reply #5 on: November 21, 2002, 01:39:01 PM »
Thanks for helping! I´ll try things out.