Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Magwich

    Extra Characters from Script

    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...
  2. Magwich

    Extra Characters from Script

    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!
  3. Magwich

    Extra Characters from Script

    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...
  4. Magwich

    waitfor

    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...

Part and Inventory Search

Back
Top