CompuServe Messages

#Suppressing AREXX ERRORS

    26-Mar-94 09:09:09
Fm: Bill Hawes 72230,267
To: Mike/CompuStore W-German 71001,210
Mike, Remember that the command you pass to an external host is treated as an expression in REXX. The interpreter will evaluate the expression and then pass the resulting string to the specified host. Thus if you've got a minus sign (or any other operator) that you want to pass as a literal, rather than having it evaluated, you'll need to enclose it in quotes. Basically anything you don't want to have evaluated should be in quotes. -Bill Hawes