Feb 22, 2002 #1 jgl1212 Technical User Joined Feb 22, 2002 Messages 1 Location US I am using printf to create unique records. The end of the record is unknown, so I am using a \n at the beginning of a new record to seperate records. My problem is that the last record is not terminated. Is there help for me?
I am using printf to create unique records. The end of the record is unknown, so I am using a \n at the beginning of a new record to seperate records. My problem is that the last record is not terminated. Is there help for me?
Feb 22, 2002 #2 CaKiwi Programmer Joined Apr 8, 2001 Messages 1,294 Location US Yes, there is help for you. Add the following line to the end of your script. Code: END{print} Hope this is helpful to you. CaKiwi Upvote 0 Downvote
Yes, there is help for you. Add the following line to the end of your script. Code: END{print} Hope this is helpful to you. CaKiwi