LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Strings

Hello again,
Does anyone know how to make a backslash string constant in labview

Best wishes for the weekend

Svavar Von Eisland


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
0 Kudos
Message 1 of 3
(4,157 Views)
Drop a string constant onto the diagram, right click inside it and select
'\' codes display. Type string.
Is that what you are after?


svabbi@my-deja.com wrote in message <7m4teb$a9o$1@nnrp1.deja.com>...
>Hello again,
>Does anyone know how to make a backslash string constant in labview
>
>Best wishes for the weekend
>
>Svavar Von Eisland
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.
0 Kudos
Message 2 of 3
(4,157 Views)
svabbi@my-deja.com wrote:

> Hello again,
> Does anyone know how to make a backslash string constant in labview
>
> Best wishes for the weekend
>
> Svavar Von Eisland
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

I am not certain what you are asking, but I will give this a shot.
I believe what you need to do is put a backslash in front of the backslash.
It is called I believe "escaping" so the answer is use \\ to get a
backslash.

If you really wnat a backslash constant then drop a string constant on the
diagram
(from Functions -> Strings) , type in a backslash and hit enter.

Kevin
0 Kudos
Message 3 of 3
(4,155 Views)