Was wondering if you could make a new Token that gave the Date, Time, and Seconds all in one Token.
Reason: I want VA to save a file, with Date, Time, and Seconds in the file name. So it could look something like this. C:\txt\Name {DATETIMESECONDS}.txt
File created would be, Name August 27, 2016 11:13:24PM
I've tried making Variables, but doesn't seem like VA will except them. File not written (The given path's format is not supported.)
I can do Name {DATE}.txt, but not Name {time}.txt, it will do Name {TIMEMINUTE}.txt or Name {TIMESECOND}.txt but you can't seem to combine them, or make a Variable to combine them.
This would make it, so every time you save the file, it will have a unique name, and won't overwrite the file.
Sorry, if there is another way to do this already within VA, and I'm missing it. Simple Variables appear to work, but not more then one Token at a time. Even tried EXP: with no luck.
I can write {Date} {time} {TIMESECOND} to a file, but when I try to make that file a Variable is errors out again. simple variable works fine, even {EXP: 'welcome' + ' ' + 'captain' } works, but you can't use tokens or variables into it.
Thanks for your time.