04-30-2008 05:31 AM
I want to build application to save variable "string" in XML file ,, I want to update every day this file with new value .. so I want to add the new value under the old one etc….
How can I do that in labview
thanks
04-30-2008 05:47 AM
Define the data type as array of string for the "Flatten to XML" and "Unflatten from XML" primitives.
Read in the file and unflatten the XML string. Then add the new string to the end of the array. Now call "Flatten to XML" and write the file.
Be aware that the XML file has a structure which is given by LV.
04-30-2008 06:01 AM
Hi :
thanks for you quick answer ..
can you help me with this issue
thanks
wisam
04-30-2008 10:36 AM
04-30-2008 10:49 AM