LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"using \r in string to text box for carriage return"

I am not able to get \t (tab), or \r (carriage return) in my string to work to a "String Indicator" on panel of my Labview vi. How do you accomplish a tab or CR to work.
0 Kudos
Message 1 of 4
(4,064 Views)
You have to right-click on the control/indicator and set the display mode to code...

If that's not the problem, please attach a picture of the code or the code to illustrate it in more detail.
0 Kudos
Message 2 of 4
(4,064 Views)
Here is a chuck of code to show the problem I am having. Anytime there is the ASCII code for "tab" or "carriage return" in the string I expect to see a tab or carriage return in the string indicator box on the Labview Panel.
0 Kudos
Message 3 of 4
(4,064 Views)
I was able to solve this problem of carriage return and tab working. Here is a vi with the solution
0 Kudos
Message 4 of 4
(4,064 Views)