LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Split the information within each element of an array in LabVIEW

Solved!
Go to solution

Hello

Thank you for your support.

Actually I have done the code (you can see in attach) but I don't get the results.

 

In the end I need to have 2 arrays. One with the time data and one with the amplitude data. (see the block diagram), I have written the label above the string.

Can you please have a look.

 

Best Regards,

Yljon

 

0 Kudos
Message 11 of 15
(961 Views)

Hello Caria

 Have you got my reply of the result ?

Regards

0 Kudos
Message 12 of 15
(952 Views)
Solution
Accepted by topic author yljon

Almost there.

 

The replacement string of the Search and Replace Array should be "$1".

 

$1 means the strings matching the reg.ex.'s first capturing group ( "\\A" (begin of string), "\n" or "\s") is used as a replacement. So \n\s\s\s is replaced with "\n", "\s\s\s\s" is replaced by \s, ",\s\s\" is replaced by "\s".

0 Kudos
Message 13 of 15
(951 Views)

Hello

Yes, Right it worked.

I thank you a lot.

Where are you from?

Cheers

0 Kudos
Message 14 of 15
(949 Views)

@yljon wrote:

 

Where are you from?

Cheers


Netherlands.

0 Kudos
Message 15 of 15
(926 Views)