04-17-2013 02:00 PM
Hi,
I want to create an array from String... for example: I have "HelloMarcel" and my array have to look like [Hello, Marcel]... can I do that with Labview?
04-17-2013 02:06 PM
Hi nichts,
yes, you can: Split the string after the "o" and use BuildArray with both string parts.
It's the same as with your other thread: you provide an example, that doesn't explain what you really want...
04-17-2013 03:49 PM
Split string and build array.
Spreadsheet string to array
Search string and build array.
3 examples to achieve that.
/Y