I'm working from memory here, so bear with me. Use the Convert from Spreadsheet String VI in the Strings palette. Set your delimiter as a space.

Answer from Ryan Duell on Stack Overflow
🌐
Reddit
reddit.com › r/labview › writing a string into an array
r/LabVIEW on Reddit: Writing a string into an array
September 28, 2022 -

SOLVED

Hello everyone,

I have a problem with writing a string into an array and I'm not able to get whats wrong...

I try to read a text file and seperate data into an array. I reading my data as lines into my first array. That works as intended. After that I want to seperate these lines. I search for "Tab" and want to write the part before the tab into a string and the part after tab should be searched again till end of line. This works too and I get what I want.

I have a for loop to iterate on any line and a while loop for every string-part. Works totally fine.

But now my problem... I want to write my strings into an array. So I created a 2D string array with the two index from my loops as index / writing position for my "replace arry subset". Everything goes correct into the "replace array subset" function but my array remains empty.

I'm not a complete newbee with LabView. From my understanding it should work... i don't know whats wrong. I write a string into a string array so there should be no problem with different data types. I don't get any error and the program runs till every data was converted into a string.

I would upload a screenshot but somehow it dosent work :(

EDIT: I know whats wrong... I need to create an array with correct size first... /sigh

🌐
Reddit
reddit.com › r/labview › creating a string array from a function selector
r/LabVIEW on Reddit: Creating a string array from a function selector
February 4, 2022 -

Just a quick question:

I want to write data from a Yokogawa power meter into a csv file. When initializing the meter you can choose which quantities you want to measure, via a control panel. The output of this control is a numeric array with each number corresponding to a function. I'd like to write the names of the functions into the csv file. Is there a quick way to get this array as a string array with the function names, so I can easily write them into the file?

This is what I get in the csv file

This is what I selected as parameters

I'd like to get this as array

🌐
NI
knowledge.ni.com › KnowledgeArticleDetails
Converting a LabVIEW String to a Character Array and Passing Its Pointer to a Call Library Function Node - National Instruments
Home Support Converting a LabVIEW String to a Character Array and Passing Its Pointer to a Call Library Function Node
Find elsewhere
🌐
LAVA
lavag.org › software & hardware discussions › labview general
Did you know you could do that? RE: Spreadsheet String to Array - LabVIEW General - LAVA
July 20, 2022 - I've been surprised today with one of the LabVIEW's most useful functions (imo) which I use all the time. After so many years and only now seeing this behavior/feature. I thought I share it 🙂 I've always used an empty array of N-Dim for my desired type input. only to accidently find out ...
🌐
LAVA
lavag.org › software & hardware discussions › labview general
(Numeric) String to Array - Displaying numbers received from serial port to a virtual meter - LabVIEW General - LAVA
November 29, 2012 - Hello experts, Firstly, thank you for reading this Now,I have tried in other forums but couldn't get a final / working solution What I am trying to do: I receive temperature and pressure information form a sensor through a micro-controller and through the serial port The values are simply display...
🌐
NI Community
forums.ni.com › community › discussion forums › most active software boards › labview › converting a delimited string to a string array
Solved: Converting a delimited string to a string array - NI Community
January 22, 2011 - Use a comma as the delimimter and a 1d-array as the data-type. ... Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets! Nederlandse LabVIEW user groep www.lvug.nl My LabVIEW Ideas LabVIEW, programming like it should be! ... Thanks for the quick response. I tried using the Spreadsheet string to array function, with the comma as the delimiter and %s as the format (as the documentation says).
🌐
LAVA
lavag.org › software & hardware discussions › labview general
spreadsheet string to 2D array - LabVIEW General - LAVA
March 23, 2011 - Hi All, I have a long string of comma separated values in scientific notation being returned from a GPIB instrument. Each 2 values in the string makes up the real and imaginary part of a complex number. I'd like to move this data to an array, where each row then becomes one complex number. Ex: 10...
🌐
LabVIEW Wiki
labviewwiki.org › wiki › Delimited_String_to_1D_String_Array_function
Delimited String to 1D String Array function - LabVIEW Wiki
August 24, 2020 - The Delimited String to 1D String Array function converts substrings in a delimited string to the elements of a one-dimensional string array. Retrieved from "https://labviewwiki.org/w/index.php?title=Delimited_String_to_1D_String_Array_function&oldid=30257"
🌐
NI Community
forums.ni.com › community › discussion forums › most active software boards › labview › converting character string to array
Converting character string to array - NI Community
July 20, 2007 - I have no idea what origin is or how you are passing data to it but if you are passing an array directly to it and it requires a numeric array, there is no way to append headers in LabVIEW or any other language. Where did you get these VIs for talking to this other program? Maybe it just requires a modification to the VI that you are using to accept string arrays.
🌐
Blogger
labviewclub.blogspot.com › 2008 › 01 › converting-string-array-to-concatenated.html
LabVIEW Materials, Tips and Tricks: Converting string array to concatenated string
The numeric array elements concatenation is also possible by converting the numeric array to string array and Concatenate Strings then convert back to numeric indicator( See picture 3 & 4). ... I am Working as a Tech Lead in Bangalore. I got CLA certification on 2012. Having Experience in Aerospace,Energy & ATE domains. I am using LabVIEW since 2004.
🌐
LabVIEW Wiki
labviewwiki.org › wiki › Spreadsheet_String_To_Array_function
Spreadsheet String To Array function - LabVIEW Wiki
July 20, 2020 - The Spreadsheet String To Array function converts the spreadsheet string to an array of the dimension and representation of array type. This function works for arrays of strings and arrays of numbers. Retrieved from "https://labviewwiki.org/w/index.php?title=Spreadsheet_String_To_Array_fun...