> Help file shows (chkfile(filename))
> but should really show (chkfile('filename'))No, the help file is right. FILENAME is a symbolic reference to an expression which evaluates to a string specifying the path and file name you want to check. It can be a string literal (in quotes), a dotted variable, or (I assume) an expression: CHKFILE(.vMyPath + '\MyFile.TXT') -- Larry
