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