Re: MOVE statments.. 2 computers.. 2 results ???


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

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


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]