CompuServe Thread

AREXX variables

3 messages in this thread
#36231From: Stefan KaintochAug 6, 1993 12:09 PM
I am writing an application with an AREXX interface. It does not only accept commands from the AREXX port but should be able to set variables in the calling AREXX program. But I do not know how to create or set them. Maybe anybody could help me. I did not discover any useful information about this topic in RKRM or Native Developer Kit. THX Stefan (from Munich, Germany) (CIS: 100111,2423 ; InterNet: kaintocs@informatik.tu-muenchen.de)
#36369From: Art SteinmetzAug 12, 1993 10:36 PM
I find that SETCLIP/GETCLIP AREXX functions work well as global variable manipulators. — Art — Art
#36378From: Stefan KaintochAug 13, 1993 2:22 PM
I want to set variables in a similar way as in the example in the 2.0 upgrade kit. The REXX-program says "rv '/varname/'" and then the wanted values are set in varname. That helps preventing collisions with other programs. Thanks, Stefan