LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create an array from a string

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?

0 Kudos
Message 1 of 3
(2,047 Views)

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...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,044 Views)

Split string and build array.

Spreadsheet string to array

Search string and build array.

 

3 examples to achieve that.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 3
(2,026 Views)