O.K. I commented out the line:
finsblock 0 64
and it still does it i.e:
2/17/2005 du @ 10:34:35AM
2/24/2005 du @ 10:51:36AM
3/3/2005odu @ 9:00:33AM
Here is a condensed version of the script that calls it:
#COMMENT
THIS CODE PRINTS OUT THE INVENTORY SHEETS FOR THE TECHS ON THE CORRECT PRINTER...
Thanks for the quick reply. I understand what you are saying, but I thought the variables I am using are system variables? Explicitly $DATE and $TIME. Do I need to initialize those to 0 or something?
Thanks again!
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...
You might also add FOREVER to the end of the statement:
waitfor "string you are waiting for" FOREVER
This will make it wait longer than 30 seconds, forever. You can also change FOREVER to an integer and Procomm will wait that number of seconds before going on. If you specify nothing...
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.