NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

string problem

Is it a known problem that Test Stand doesn't recognize a string correctly if there is "\T" in the string?
For example if you put "fd\Tfd" in a string variable and try to read it by using the Message Popup, you get fdfd.
I am using the Test Stand 3.1.
Any idea?Patch?
0 Kudos
Message 1 of 3
(2,978 Views)

Hi,

That's standard character constants so '\t, will be a TAB character. If you want a blackslash you have to use '\\'.

Regards
Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(2,976 Views)
I see, it's a kind of "C" logic. As a VB user I find it a bit strange that the program is representing something that is inside of "", but I have to live with it :-).
 
Thank you very much for the quick response.
 
Best regards,
Igor
 
0 Kudos
Message 3 of 3
(2,970 Views)