LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

search and replace

Bonjour,
 
Mon Labview 8.0 fait des siennes, j'ignore pourquoi mais lorsque je place un string constant devant certaines boites "search and replace" (cherhe et replace) il me sort le string d'entrée + tout ce qui se trouve après le string recherché. Donc je me retrouve avec deux fois le string d'entrée dans certains cas.
 
J'ai déja redémarrer mon ordinateur sans succés.
 
merci d'avance.
 
joël 
"We are the knight who said "NI" !"
Monthy Python, sacré graal
0 Kudos
Message 1 of 10
(3,723 Views)

Pouvez-vous attacher le VI qui montre la recherche que vous essayez de faire ?  Nous laisser en outre savent ce que revenir vous comptez.   

Google utilisé pour traduire si désolé pour toutes erreurs.

0 Kudos
Message 2 of 10
(3,713 Views)

Sorry, i didnt see where i post.

I have a problem with the "search an replace" box in Labvoew 8.0. I don't know why but when i give it a constant input string, it return me the input string with the all after the research string. Sometimes i have twice string. What can i make ?

I have reboot my computer.

thanks for reply.

joël 

"We are the knight who said "NI" !"
Monthy Python, sacré graal
0 Kudos
Message 3 of 10
(3,709 Views)
This my programm
"We are the knight who said "NI" !"
Monthy Python, sacré graal
0 Kudos
Message 4 of 10
(3,707 Views)
This my program
"We are the knight who said "NI" !"
Monthy Python, sacré graal
0 Kudos
Message 5 of 10
(3,705 Views)

I ran your program and it seems to work fine to me.  Which part is not replacing like you expect?  From your post it seems like sometimes you get the entire string again?  Have you found a consistent set of values that produces the behavior?

Sorry I don't have a better answer yet.

0 Kudos
Message 6 of 10
(3,694 Views)

I don't see anything wrong with your code, but I suspect that you accidentally enter multiple lines into the text boxes.

You should right-click on all the small string controls and select "limit to single line". See if this helps!

0 Kudos
Message 7 of 10
(3,693 Views)

Hi JO 61,

Re: your signature.

See this thread

http://forums.ni.com/ni/board/message?board.id=BreakPoint&message.id=79&jump=true

 

Ben

 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 8 of 10
(3,678 Views)
Are you searching for strings whic contain reserved characters? *?^/ and some others are used for special purposes. Look at the Context Help for more information about these characters. I was searching for "???@???" today and had the same results you report. Changing the search string to "/?/?/?@/?/?/?" got what I wanted. (It might be \ rather than /).

Lynn
0 Kudos
Message 9 of 10
(3,661 Views)

Thanks you very much for all this reply !

I don't know why, but this morning, when i run my program there was nothing wrong, and i don't change something. I suppose it was my computer.

thanks you again.

"We are the knight who said "NI" !"
Monthy Python, sacré graal
0 Kudos
Message 10 of 10
(3,649 Views)