LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Formating Text Messages with tabulators (\t)

Hello,

 

I have several lines of text and in some of them I have 2 different informations that I would like to separate with a tabulator, so that the second information starts always at the same position.

 

Example:

 

Hello, here is my text!

1: first text    2:second text

this is an example

0:no action  4:some action

 

at the moment I have a text message in each line and it is not possible to position the "2" and "4" of the example in the same column.

 

I tried using \t, but this character sequence seems to have no consequence.

Can someone help me?

 

0 Kudos
Message 1 of 2
(2,757 Views)

Try to use a Text box for all your messages.

 

One other option is to use serveral text messages and to update them each one for each val , the advantege is that you can "play" with the text message place on your panel

-----------------------------------------
Kobi Kalif
Software Engineer

0 Kudos
Message 2 of 2
(2,756 Views)