home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / arexx / misc_arexx / arghandler1.rexx < prev    next >
OS/2 REXX Batch file  |  1996-01-30  |  126b  |  11 lines

  1. /*  GiGA Argument Handler  V1.0 By Warp oh' GiGA Prod... */
  2.  
  3.  
  4. Parse ARG ARGSTR
  5.  
  6. ARGCOUNT=WORDS(ARGSTR)
  7.  
  8. say ARGSTR ARGCOUNT
  9.  
  10.  
  11.