04-13-2010 09:20 AM
Solved! Go to Solution.
04-13-2010 09:22 AM
04-13-2010 09:26 AM
04-13-2010 09:32 AM
PJS wrote:
But if I were betting on this, you did a datalog binary write and an asc read.
That was my guess as well, but I was afraid of getting the rooster mad.
04-13-2010 09:37 AM
I attach 2 files here. One is the vi program and the other is result file (I saved .dat file as .txt file of ANSI coding for uploading). Thanks!
David
04-13-2010 09:58 AM
04-13-2010 10:02 AM
04-13-2010 10:50 AM
You are writing a cluster to a datalog file. Even if you use Write to Text File, you will have to get rid of the cluster and write plain text to the text file. I suggest that you convert your DBL array to strings and concatenate all strings, then write that to a text file.