10-29-2013 04:50 AM
Hello,
I have a 2D array number with n rows and 4 columns.
9 12 100 80
9 12 100 112
9 12 100 207
...
...
How can I convert this array into timestamp?
09:13:40,080
09:13:40,112
09:13:40,207
...
...
...
It is important. the row size is variable.
Thanks
Solved! Go to Solution.
10-29-2013 05:55 AM
This vi converts the 2D array to a date 2D array string.
Or did you really wanted it to be a Timestamp?
It doesnt really looks so nice but it works
10-29-2013 06:33 AM
Hi,
it works but the fractional seconds is always null. This is wrong.
How can I represent the fractional seconds?
10-29-2013 06:40 AM - edited 10-29-2013 06:42 AM
Hi Che,
we already discussed that topic in very long threads. Do you still have questions on this very topic?