Page 1 of 1

FileEmpty fonction with csdb/csdbe data file

Posted: September 7th, 2020, 6:30 pm
by Boni
Hello !!
I am using the fileempty function to check if the file is empty then copy and paste another file. But it doesn't work, although I purposely had an empty file to check. I am using csdbe files.

Re: FileEmpty fonction with csdb/csdbe data file

Posted: September 8th, 2020, 11:47 am
by josh
Use countcases to see if there are any cases in the file: https://www.csprousers.org/help/CSPro/c ... ction.html

Re: FileEmpty fonction with csdb/csdbe data file

Posted: September 8th, 2020, 11:52 am
by Boni
Thank you dear Josh !!