Why am I getting an error here?

GCC Consulting gccconsulting at comcast.net
Thu Jan 24 11:46:26 PST 2008



> -----Original Message-----
> From: filepro-list-
> bounces+gccconsulting=comcast.net at lists.celestial.com [mailto:filepro-
> list-bounces+gccconsulting=comcast.net at lists.celestial.com] On Behalf
> Of Walter Vaughan
> Sent: Thursday, January 24, 2008 2:38 PM
> To: filePro
> Subject: Re: Why am I getting an error here?
> 
> Boaz Bezborodko wrote:
> 
> >Here is the line:
> >
> >ac(100,*)="!PDF /f\\server\data\fpro\temp\"&flname{".pdf"
> >
> >
> Because you are escaping the quote after temp with the \, so you are
> getting three quotes instead of 4
> 
> --
> Walter

You can replace the windows \ (backslash) with a normal slash /.

ac(100,*)="!PDF /f\\server/data/fpro/temp/"&flname{".pdf"

This will be read properly by the windows os.


Richard Kreiss
GCC Consulting
rkreiss at gccconsulting.net
  








More information about the Filepro-list mailing list