CompuServe Messages

ARexx Current Dir

    16-Jul-88 02:58:02
Fm: John Draper 76703,4322
To: Ray Lambert 76077,1653
Ray, Take a look at ARCALL.REXX in the ARexx library here (don't remember library number). It will handle current dir. It does it by doing an operation like: variable = pragma('d'), then using the variable as part of any reference to a file, like: delete variable || 'filename'. -larry