Thank you.
--- On Tue, 7/29/08, Lawrence Lustig <[EMAIL PROTECTED]> wrote: From: Lawrence Lustig <[EMAIL PROTECTED]> Subject: [RBASE-L] - Re: CHKFILE command To: "RBASE-L Mailing List" <[email protected]> Date: Tuesday, July 29, 2008, 12:13 AM << set v ve2 = (CHKFILE(filename.txt)) >> SET VAR vE2 = (CHKFILE('filename.txt')) (note the quote marks). Also, you need to know that the command as written will only check for the file in whatever R:Base believes to be the current working directory so it's always safer to include the complete path in the filename. -- Larry

