08-18-2005 10:46 PM
08-18-2005 10:56 PM - edited 08-18-2005 10:56 PM
Message Edité par chilly charly le 08-19-2005 06:00 AM
08-18-2005 11:21 PM
Thanks for that.
In fact, the array of numbers is a 1 dimensional array of doubles.
Sorry for the misunderstanding.
Thank you.
08-19-2005 12:20 AM - edited 08-19-2005 12:20 AM
Message Edité par chilly charly le 08-19-2005 07:20 AM
08-19-2005 12:36 AM
Thanks for that.
No I do not have a zero at the end of my array.
Thank you.
08-19-2005 01:12 AM
08-20-2005 10:23 PM
08-21-2005 05:50 PM
Thanks for that.
Yes I am writing to a file using writing to spreadsheet.vi.
Thank you.
08-21-2005 06:11 PM
Hi again
How do I transpose the string using write to characters.vi?
The string that comes out is not an array.
Can you please help?
08-21-2005 10:29 PM
Of course not. A file is just a long linear collection of characters. Certain characters separate items on a line (e.g. tabs or comma) and others cause a new line. If a string indicator is set for normal display, it will "look" like a table. Same if you open the file in notepad. In reality is is just one long string, the formatting is done by convention.
If your rows and columns are swapped, you need to transpose your 2D array before converting it to a string. 🙂
I am sure we could help you much better if you could attach a small sample VI. Put your data in a diagram constant or as default values in your controls.