Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!uunet!wrkgrp!ets From: ets@wrkgrp.uucp (Edward T Spire) Newsgroups: comp.lang.rexx Subject: sharing external functions between cms rexx programs and xedit rexx programs Message-ID: <1990Sep21.154558.25058@wrkgrp.uucp> Date: 21 Sep 90 15:45:58 GMT Organization: The Workstation Group Lines: 9 I'm writing a system using REXX and XEDIT. I have several useful external functions written in REXX that are specific to my application, and I want to be able to use them from the REXX EXECs and the REXX XEDIT macros. Yet I find that I need two versions of each of these functions, one named FUNCTION EXEC and another named FUNCTION XEDIT. Does anyone know a way around this redundancy? Or would this question be more appropriate to some different list??