08-05-2015 11:27 PM
Hello,
In this VI, when I used a 13 characters string to write flattened data to a file, I got error 122 when reading and unflattening it back. But with string that was not 13 characters, the unflattening operation worked just fine.
Any ideas ?
Solved! Go to Solution.
08-06-2015 06:50 AM
Make sure you turn OFF the "Convert EOL". That could change your flattened data on you. Alternatively, you could read and write using a binary file.
08-06-2015 10:28 AM - edited 08-06-2015 10:48 AM
crossrulz is totally right about EOL interpretation when writing files. This has to do with 13 chars length string.
Thanks for helping me out ! 🙂