11-26-2014 05:34 PM
Hi,
I have a situation where I am trying to write data in Notepad++ using Write key VI in labview library.
THe data which I get is in the following format
but what i want want the output to be is this way
The probelm here is when we wire something to "value", it writes it with double quotes and if is it blank than it writes with =" ". Just to clear it "Class" and "Jammer Input MB/HB BPF" goes to the "key" wire.
I dont understand how to get rid of those quotes and equal sign.
11-26-2014 06:08 PM
11-26-2014 06:16 PM
That is standard for ini files as far as I know. I don't know if it's still true, but before, reading an implied string (no quotes) that had a space in it tripped up the reader. Or something like that.
11-27-2014 03:53 AM
Strings are usually written with citation marks to handle spaces. You can deactivate that by wiring True to "write raw string".
/Y
11-27-2014 08:26 AM
@Yamaeda wrote:
Strings are usually written with citation marks to handle spaces. You can deactivate that by wiring True to "write raw string".
/Y
I forgot all about that, since I haven't ever cared how it went in or came out. Nice.