04-26-2018 08:00 AM
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
04-26-2018 09:43 AM
Hello Caria
Have you got my reply of the result ?
Regards
04-26-2018 09:46 AM
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".
04-26-2018 09:59 AM
Hello
Yes, Right it worked.
I thank you a lot.
Where are you from?
Cheers
04-30-2018 02:28 AM