Path: utzoo!attcan!uunet!fernwood!portal!cup.portal.com!MJB From: MJB@cup.portal.com (Martin J Brown-Jr) Newsgroups: comp.sys.amiga Subject: arexx ARG() Message-ID: <30325@cup.portal.com> Date: 30 May 90 10:12:02 GMT Organization: The Portal System (TM) Lines: 30 I am using v1.1 (latest?) of Txed. I am currently having problems with arg(): The file foo.rexx has as its only line: say arg() The following CLI line: foo.rexx results in a "0" on the screen. Which is correct, right? The following CLI line: foo.rexx a b c d e results in a "1" on the screen. Shouldn't it be a "5"? What am I missing here? Thanx for any assistance! - MJB - USENET: mjb@cup.portal.com