LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

[beginner] Spreadsheet string to Array

Hi,

I just want to display string data in a table.
I read a line of string data (tab separated) with "Read line from file.vi"
then i use spreadsheet string to array (format: %s ,separator: tab) but
the result is not an array of string but an array of DBL !
What's wrong ?

Thanks for help !
0 Kudos
Message 1 of 2
(2,847 Views)
On Tue, 16 May 2000 08:32:03 +0000, "y.leroux"
wrote:
>I just want to display string data in a table.
>I read a line of string data (tab separated) with "Read line from file.vi"
>then i use spreadsheet string to array (format: %s ,separator: tab) but
>the result is not an array of string but an array of DBL !

Wire an two dimensional array of the type you want to the input
'array type (2D dbl)'
(the string '2D dbl' indicates that the input defults to a 2D dbl
array if unconnected)

For you it would be an two dimensional string array.

--
Rolf
0 Kudos
Message 2 of 2
(2,847 Views)