Announcement

Collapse
No announcement yet.

Writing session variables to an XML file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Writing session variables to an XML file

    Could you please point me to an example of how to write session variables to an existing XML file?

    Thanks,
    Eliezer

  • #2
    You would write anything related to Session Variables (the name? the current value? both? unclear.) in a XML structure in the same manner as shown in the help for XML.SetValue(). After everything is set properly in the XML, you need to save the new XML structure in memory to disk with XML.Save().

    Ulrich

    Comment

    Working...
    X