07-21-2011 03:58 AM
Hello,
i have a text with multiple lines. The lines are separated with \r\n.
In each line is the same number of values that are separated with semikolons ;
How can i (easy) make arrays of each value in a line?
Currently i solved it by creating a loop and using match-pattern, shift register, insert to array...... But this looks very big.
How can i make this easier?
Thanks for the help
Solved! Go to Solution.
07-21-2011 04:02 AM - edited 07-21-2011 04:02 AM
Hi OnlyOne,
you can use the "Spreadsheet String to Array" function.
Mike
07-21-2011 04:09 AM
How do i use this?
Attached my current version (LV 8.2)
07-21-2011 04:13 AM
Hi,
you have to define the seperator.
See the attached image.
Mike