LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read bool value from xml

Hi all :

 

I try to read Boolean value from xml file , please see attach file , all the time this error rise

 

I know that The XML tag describing the type of data does not match, how can I get Boolean value " 1" or "0 "

 

Thanks

wisam

0 Kudos
Message 1 of 3
(3,207 Views)
You are not trying to read boolean.. you are trying to read a DBL.
To read a DBL you must first write a DBL to XML.
To read a boolean replace the DBL with a boolean
0 Kudos
Message 2 of 3
(3,188 Views)
thanks
0 Kudos
Message 3 of 3
(3,164 Views)