Your Products have been synced, click here to refresh
Thanks, deleted the file and re-ran part and it worked..
What else could start off a good day, when you ask for help and you get it, then try it and it works. HELLLLLLLLLLLLLLLO
V1 =FILE/EXISTS,C:\PCDMISW\XSTATS11.TMP IF/V1==1 FILE/DELETE,C:\PCDMISW\XSTATS11.TMP END_IF/
Put this code at the beginning of your part programs:
[COLOR="Red"]V1 =FILE/EXISTS,C:\PCDMISW\XSTATS11.TMP IF/V1==1[/COLOR] [COLOR="Orange"]FILE/DELETE,C:\PCDMISW\XSTATS11.TMP END_IF/[/COLOR]
Where C:\PCDMISW\ will need to be edited to reflect the location of your XSTATS11.TMP file
So other words I'm telling it where the xstats11.tmp file is and if it's true it will delete it.
So other words I'm telling it where the xstats11.tmp file is and if it's true it will delete it.
also it there any data that explains what the below insert means. I know a little how it works but what the -------- does each line mean.
V1 =FILE/EXISTS,C:\PCDMISW\XSTATS11.TMP
IF/V1==1 FILE/DELETE,C:\PCDMISW\XSTATS11.TMP END_IF/
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |