10-02-2008 08:37 AM
Hi all,
I'm trying to get the numbers from a string i got from an external device into a spreadsheet file, but it wont let me..
can somebody help me?
(the string contains 3 letters, one space and then 4 numbers)
(I also tried to connect it to both the 1-d and the 2-d connectors)
(yes I set the spreadsheet-write-vi to integer)
thanks
Solved! Go to Solution.
10-02-2008 09:04 AM
10-02-2008 09:17 AM
What else do you need to know?
10-02-2008 10:00 AM - edited 10-02-2008 10:01 AM
If you look at the error help (ctrl-l) you can see that the 'Write spreadsheet file' functions wants and 1D or 2D array of numbers).
You give the function a scalar, to get this working use an 'build array' function.
You can get the same error info if you hover the broken wire.
Ton
10-03-2008 01:27 AM
Thanks!
i never would've found that out by myself 😄