ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tabulator in string variable?

I am using Labview 5.1 and I want to show a header
part of a file in a labview program. I display the
information using a string variable. There are
tabulators in the header string to separate the
information. These tabulators are diplayed as \t
if I use the "\"Code display setting of the string
variable. If I use the normal display setting the
tabulators are only displayed as blanks.

Is it possible to get working tabulators in a
labview string???

Mike


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
0 Kudos
Message 1 of 2
(4,110 Views)
One way to get round this would be to use a string array indicator on the
front panel. Then use the 'Spreadsheet string to array' function to turn
your tab text to the string array. Dont forget to connect a string array
constant to the array type connector.


df1zn@my-deja.com wrote in message <7n1nkf$pfu$1@nnrp1.deja.com>...
>I am using Labview 5.1 and I want to show a header
>part of a file in a labview program. I display the
>information using a string variable. There are
>tabulators in the header string to separate the
>information. These tabulators are diplayed as \t
>if I use the "\"Code display setting of the string
>variable. If I use the normal display setting the
>tabulators are only displayed as blanks.
>
>Is it possible to get working tabulators in a
>labvi
ew string???
>
>Mike
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.
0 Kudos
Message 2 of 2
(4,110 Views)