Hello Group,
I am not able to type cast a string in micro second time stamp.
(“T”$(“09:20:30.23245”)) is giving 09:20:30.232
Any idea how can i do that?
Thanks
Hello Group,
I am not able to type cast a string in micro second time stamp.
(“T”$(“09:20:30.23245”)) is giving 09:20:30.232
Any idea how can i do that?
Thanks
Resolution - T is mS, N is nS.
q)“N”$“09:20:30.23245”
0D09:20:30.232450000
wow. Thanks