Feb 22, 2002 #1 jgl1212 Technical User Feb 22, 2002 1 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 Apr 8, 2001 1,294 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