09-05-2008 04:12 AM
Hi Technical and Expert NI Labview.
I am not sure if the read key.vi carries bug.
See my simple attached
I am using Labview 7.1
When I run the program , it reads "media_assets lpmsg.ini" instead of "media_assets\helpmsg.ini"
What could be the problem?
Pls advise Thanks
Clement
09-05-2008 04:44 AM
This is expected behavior. Set "read raw string" to True to get what you want. If not working with raw strings it will interpret special characters like '\' when reading.
Hope this helps,
Daniel
09-07-2008 07:47 PM
Hi Daniel
Many Thanks.
Strange, I don't recall using boolean constant to apply on Open Data Configuration.vi
Clement
09-08-2008 01:47 AM
Hi Clement
You only need raw strings if your string contains special characters like \. You can open the "Read Key (String).vi" and check what happens if you work with raw strings or not.
Daniel