hexagon logo

Xstats11 Fix

Compliments of Booger Boy(Craig Keltz)...

Insert at the beginning of your program and a new XSTATS11 file will be created each running of the program. It will have to be tweaked to each programmers specific path.


$$ NO,
,
,
,THIS WILL REMOVE XSTATS11.TMP FILE AND ALLOW ANOTHER
,XSTATS11.TMP TO BE CREATED
,
,
V1 =FILE/EXISTS,C:\PROGRAM FILES\WAI\PC-DMIS V41\XSTATS11.TMP
IF/V1==1
FILE/DELETE,C:\PROGRAM FILES\WAI\PC-DMIS V41\XSTATS11.TMP
END_IF/