LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Removing non-alpha-numeric characters from a string

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?
 

 

0 Kudos
Message 1 of 5
(169 Views)

If I understood you correctly, the "pellet" is called Concatenate Strings.

0 Kudos
Message 2 of 5
(150 Views)

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?

0 Kudos
Message 3 of 5
(129 Views)

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


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 5
(115 Views)

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.

0 Kudos
Message 5 of 5
(104 Views)