10-17-2002 05:36 PM
10-17-2002 07:14 PM - last edited on 07-13-2015 12:37 PM by dcarva
Attached is a sample vi.
*Note: There is a bug in the attached VI. This solution works only if your input string does not include any blank lines. This will stop after the first blank line.
[edited by moderator to add note 07/13-2015]
10-17-2002 08:35 PM
10-17-2002 09:06 PM
10-18-2002 02:36 PM
07-12-2021 06:15 AM
07-12-2021 06:23 AM - edited 07-12-2021 06:24 AM
Hi siddesh,
welcome to the LabVIEW forum!
What's your point to add an image of a possible solution to a 19+ years old thread?
Why don't you attach the VI or atleast a snippet?
Why did you implement a more complicated solution than needed?
Why don't you follow those suggestions to use SpreadsheetStringToArray? No need to use a loop and an autoindexing tunnel for this purpose…
More simple:

(This is a snippet, which shows an image, but still contains the code!)
07-13-2021 02:49 AM
@siddesh_yadav wrote:
This also assumes array elements are not empty. It stops at the first empty element...
Typically, any manual solution is orders of magnitude slower then Spreadsheet String To Array.