LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i have a program that writes t

o a spreadsheet, however, i would like to write to a new file at the beginning of each new day, and i would like the filename to be provided from my program, where the filename would be equal to a short string concatenated by the date string. Please help??
0 Kudos
Message 1 of 2
(2,479 Views)
o a spreadsheet, however, i would like to write to a new file at the beginning of each new day, and i would like the filename to be provided from my program, where the filename would be equal to a short string concatenated by the date string. Please help??I have used this in programs of mine:

From the date & Dialog menu, select the Seconds to date time. Unbundle the day of month( can use day of year). Loop this (shift register) and if the day has changed, create a new file. Use format Date/Time String and concantenate the file extension.
0 Kudos
Message 2 of 2
(2,479 Views)