Posted by Bob A on September 13, 2012 at 09:34:29:
In Reply to: Re: MOVE statments.. 2 computers.. 2 results ??? posted by Barbara Brazil on September 13, 2012 at 08:36:24:
!============
OPEN.PRINTER:
!============
DO
PRINTER.OPENED$ = N.ANS$
SPL$ = PAD(SPL$)
RC.GOOD.OPEN$ = Y.ANS$
OPEN(LP) SPL$, EXCPSUB=EXCPSUB.OPEN
PRINTER.OPENED$ = RC.GOOD.OPEN$
IF PRINTER.OPENED$ EQ Y.ANS$ THEN BREAK
MESS$ = PROGRAM.ID$ + " Unable to OPEN " + SPL$
GOSUB DUMP.EXCP
LOOP
RETURN
DUMP.EXCP: MESS$ = STRIP(MESS$) + " EXCP=" + STR(EXCP)
and then some code to print on line 23
what I see is the MESS$ "program Unable to OPEN XXX EXCP = 11" on line 23
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.