Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Does anyone know how to create a file name that has the date & time as the file name? Thanks
Have a look at the localtime function. Combining time() with this and sprintf will do what you want. It has worked for me in past.
Thanks Rick for your help. It all works now.:rolleyes: