Re: Using functions and subroutines in another file



Glenn Knickerbocker wrote:
I wrote:
import('greetings.rexx')

Oops. That has the side effect of issuing the return code as a
command.

It is for precisely this reason that I've started adding:

Signal on Error

To all of my routines, especially those that execute where I cannot see the output directly (e.g. CGI Scripts).

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
.



Relevant Pages