I´m having some trouble with Helper.GetUniqueString(), because they only returns year, month, day, hour, minutes AND milliseconds, but NOT the seconds. That’s a normal behavior?
On this topic (JScript Helpers and Functions) QMcKay says:
“Helper.GetUniqueString(); // generates a string like 20160417145248261 - yyyyMMddHHmmssfff”
But is not what is happening.
I’m receiving yyyyMMddHHmmfff, and NOT the ss.
I really need to get a 9 digit number composed by hours, minutes, seconds and miliseconds.
Thanks for any help!