03-02-2007 06:58 PM
03-03-2007 02:17 AM
Hey Tony,
To answer your question: the strings you're reading probably end with a carrage-return (AKA "\r" or ASCII(13)) or a line-feed (AKA "\n" or ASCII(10)) - or both. Since you're writing the strings to a file, these End-Of-Line (EOL) characters are forcing every value to a new line!
The modification I made to your VI (attached) is to replace embedded EOLs with spaces, then add an EOL before writing one row!
There are other improvements that could be made, please consider reading the LabVIEW Style-Guide - particlularly the "Block Diagram Checklist". Making diagrams easy to read will help us help you! ![]()
Cheers!
03-05-2007 04:04 PM
2.00E-07\s
0.00E+00\s5.40E-02
However my goal is to get 2.00E-07 0.00E+00 5.40E-02
Do you know what the problem might be (the Labview version) or something else).
Thanks again,
Tony
03-05-2007 04:29 PM - edited 03-05-2007 04:29 PM
Message Edited by tbd on 03-05-2007 04:30 PM
03-05-2007 04:33 PM