01-06-2010 08:49 AM
01-06-2010 09:02 AM
Hello !
I have another question concerning this post.
If the txt file contains 2 columns, how can i export it's content to a 2D array ?
Thak you very much 4 your time and patience !
P.S. Using LabView 8.5.1 on Windows XP SP 2
01-06-2010 09:03 AM
01-06-2010 09:10 AM
01-06-2010 11:21 AM - edited 01-06-2010 11:22 AM
From the example I posted earlier, all that is required is a small change.
The delimiter becomes a space and use the 2D output (all rows). Also do not transpose the array, so the boolean becomes False.
See code
07-13-2011 05:27 AM
Hello to all!! I need to convert string of numbers to 1D array (Need to get each value of string to one column in array). Help please.
07-13-2011 05:56 AM - edited 07-13-2011 05:57 AM
07-13-2011 06:39 AM
Thanks for replying 🙂 .
This is my example.
I realised the problem in this way
07-13-2011 06:40 AM - edited 07-13-2011 06:41 AM
Hi anjelly,
so your problem is to convert exactly one number from string to DBL? Why don't you use a function from the string conversion palette?
Where do you have your "string of numbers"?
In your example you didn't wire the delimeter nor format string nor default datatype...
07-13-2011 06:41 AM
but i want to find solution using SpreadsheetstringToArray function.