At 02:08 PM 8/1/2004 -0400, Bernie Lis wrote:

I didn't know you could use chkfile to find a variable.
Help file doesn't seem to indicate so.
In R:docs you are using it to see if a folder (pdf)
exists. I didn't see where you were looking for a variable.
Maybe we should have a function ChkVar <g>


Bernie,

Try the following test by modifying the PrintFormProperties_PDF.RMD
in R:Docs library of commands:

SET VAR vFolderName TEXT = 'PDF'
SET VAR vChkFile = (CHKFILE(.vFolderName))
IF vChkFile <> 1 THEN
   MD PDF
ENDIF

Do you see the logic of using variable in CHKFILE function?

Very Best R:egards,

Razzak.



Reply via email to