CompuServe Messages

#ADPRO ARexx SEPARATE

    10-Aug-91 01:58:54
To: ASDG 76004,1765
? Sorry, I wasn't very clear in my description. Here is the REXX fragment which I launch from within ADPRO. I have checked the dstFile string and it looks like a valid path name. The result is CYMK.mag … in the directory with ADPRO. —-trace all address "ADPro" options results getfile '"Select file to be separated:"' 'imagine:' if RC ~= 0 then exit srcFile = ADPRO_RESULT getfile '"Select destination name:"' 'work:tmp' if RC ~= 0 then exit dstFile = ADPRO_RESULT load srcFile if RC ~= 0 then do okay1 "Error Loading" srcFile exit end use_separation_defaults separate dstFile CMYK Any thoughts??? *sigh* Jeff