WAD TCC/LE does not set %_ffind_files

Oct 18, 2009
363
17
I have tried this in TCC 18, TCC/LE 13 and TCC/LE 14. FFind finds and returns the count in all three but both TCC/LE versions don't set %_ffind_files

I haven't checked whether it sets %_ffind_matches or %_ffind_errors

EXAMPLE:
In a folder, create My_File_1.txt and My_File_2.txt

FFIND My_File??.txt

echo %_ffind_files

In TCC that will return 2. In TCC/LE it returns ECHO is OFF
 

Similar threads