I have the following procedure I call from a script:
proc DATECHANGE
string Fname = "S:\WardStockPrintTime.txt" ; File name to be opened.
if fopen 0 Fname READAPPEND TEXT ; Open file
finsblock 0 64
;fputs 0 " " ; Write a blank line
fwrite 0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.