spmacd Posted May 13, 2005 Report Share Posted May 13, 2005 Hi All, I would like to store strings in a circular buffer. I have initialized an array but when I use the vi "Spreadsheet String to Array" I get conflicting data types. How do I make array type 1D double instead of the default 2D double in the vi "Spreadsheet String to Array" vi? Thanks Quote Link to comment
ahlers01 Posted May 13, 2005 Report Share Posted May 13, 2005 How do I make array type 1D double instead of the default 2D double in the vi "Spreadsheet String to Array" vi? 4740[/snapback] Just connect a 1D array of DBL to the 'array type' input of the "Spreadsheet String to Array" function. One can, BTW, also connect arrays of string to the array type connector, which is a sometimes overlooked feature. See examples below: Quote Link to comment
spmacd Posted May 13, 2005 Author Report Share Posted May 13, 2005 Just connect a 1D array of DBL to the 'array type' input of the "Spreadsheet String to Array" function. One can, BTW, also connect arrays of string to the array type connector, which is a sometimes overlooked feature. See examples below: 4744[/snapback] Yes, thank you...I should have initialized the array as a string, it now works Cheers Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.