Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!tamuts!n350bq From: n350bq@tamuts.tamu.edu (Duane Fields) Newsgroups: comp.sys.amiga Subject: Rexx Message-ID: <8971@helios.TAMU.EDU> Date: 11 Oct 90 00:08:25 GMT Sender: usenet@helios.TAMU.EDU Organization: Texas A&M University Lines: 11 I have yet one more REXX question, I want to send variable arguments to atalk3. example: (rexx program) /* program */ test="Howdy user" address atk "echo" user /*end*/ This program makes atalk echo only "H" what am I doing wrong? -Duane