11-27-2023 03:54 AM
Hi, I would like to ask you.
I have an 1D array and I would like to create a txt file with two columns. First is an index of the element and the second is the value of this element.
How would it be possible?
Solved! Go to Solution.
11-27-2023 04:04 AM
Here is a quick and dirty version.
11-27-2023 04:06 AM
Thank you for the answer. Could I kindly ask you, what is the name the function with pencil o the image, because I unfortunately have labview 2019, so I can`t open this file.
11-27-2023 04:10 AM
Write Delimited Spreadsheet.vi
Attached the LabVIEW 2019 version.
11-27-2023 04:11 AM - edited 11-27-2023 05:03 AM
EDIT: that crossed. This solution is a bit more flexible though. For instance, the 1D array could be a string (you didn't specify).
Also note that the %.; should be used in any solution, or you'll get problems in when your application or it's data moves regions.