LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use backslash code in search/split to split on ascii code 160 nbsp

Solved!
Go to solution

This seems like it should have been asked already but, I am not seeing it. I would like to split a string at the nbsp code ascii 160. 

0 Kudos
Message 1 of 3
(3,105 Views)
Solution
Accepted by Steve_Steiner

If you right-click a string constant (or indicator or control), you can select Hex Display. The hex value for 160 is "A0", so you can type that in and you should be able to find that character now.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


Message 2 of 3
(3,099 Views)
Solution
Accepted by Steve_Steiner

nk you so much! I figured it was simple but...those are usually the hardest to find...thanks again!

0 Kudos
Message 3 of 3
(3,087 Views)