LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Select tool and escape characters in string

Solved!
Go to solution

I would like to select a directory path using the select functions. The string is terminated at the position of the backslash,

 

Example "C:\Program Files\Microsoft Games"  will become "c:"

 

How do I get around this

 

Thank you

 

JIm

0 Kudos
Message 1 of 3
(2,418 Views)

You do not show what the Select function is wired to and what is doing the truncating. Obviously the select function is not doing any truncating. Instead of strings, use the path constant for paths.

 

 

0 Kudos
Message 2 of 3
(2,407 Views)
Solution
Accepted by topic author Jim_Glanz

Thanks for the help, It was the indicator that was truncating the line.

 

Sorry for the questions but I am very new to labview, it is much different than CVI

 

Jim

 

 

0 Kudos
Message 3 of 3
(2,393 Views)