10-18-2024 08:23 PM
Hi.
Can you please tell me what is the unmarked pellet outside loop before indicator. I have not much experience pls confirm.
I have string output of 1000 elements containing alphanumeric number.
I want to separate the alphanumeric numbers only containing current symbol Ampere (A) as in image attached here
@tst wrote:
Like this?
10-19-2024 01:10 PM
If I understood you correctly, the "pellet" is called Concatenate Strings.
10-19-2024 06:17 PM - edited 10-19-2024 06:26 PM
And if you have a newer LabVIEW version, you can remove it and set the output tunnel to "concatenating".
(Also note that it would be polite to reference the original discussion post. Did you read the other comments there?)
@VKoy wrote:I want to separate the alphanumeric numbers only containing current symbol Ampere (A) as in image attached here
The shown code will not do that! Please explain how a typical input looks like and what you want to keep. (e.g. numbers followed by A and a delimiter?
What is "separate"? What you want to keep and what you want to discard?
10-19-2024 07:30 PM - edited 10-19-2024 07:32 PM
@altenbach wrote:
And if you have a newer LabVIEW version, you can remove it and set the output tunnel to "concatenating".
(Also note that it would be polite to reference the original discussion post. Did you read the other comments there?)
@VKoy wrote:I want to separate the alphanumeric numbers only containing current symbol Ampere (A) as in image attached here
The shown code will not do that! Please explain how a typical input looks like and what you want to keep. (e.g. numbers followed by A and a delimiter?
What is "separate"? What you want to keep and what you want to discard?
I split the thread! There is no need to abuse the OP over the missing link to the original zombie thread.:D
There are even NEW features that make some of your earlier posts obsolete.
10-19-2024 11:11 PM - edited 10-19-2024 11:22 PM
Yes, the problem here is different (here: finding numbers followed by the Å character).
All I pointed out was it is typically helpful to tell where the image was originally posted. Did not recognize the split.