Posted by Grant E Foraker on December 23, 2019 at 10:42:30: Uploaded files: 1
Have this in my two PDF archive and launch routines. Anybody remember why or if it's still valid?
--------------------------------------------------------
CLOSE (1) ! RELEASE PRINTER
INPUT (#) PDFDOC$ ! GET Comet PDF name
LET PDFDOC$ = STRIP(PDFDOC$)
LET PDFL = LEN(PDFDOC$)
IF SUB(PDFDOC$,PDFL,1) NE 'f' LET PDFDOC$ = SUB(PDFDOC$,1,PDFL-1) !!!!! COMET32 BUG WORKAROUND
----------------------------------------------
Recently, one program out of a dozen or so that use the routine has begun stripping the trailing "F" off of PDF.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.