Skip to main content
Version: v4 (Stable)

CloseProperty

CloseProperty([TagName As String[, Value As String/Double/Boolean/Integer/Time]])

Closes the property that was opened by the OpenProperty function.

  • If the optional parameter <TagName> is defined, a field </Tagname> is added.
  • If <Tagname> is not defined, only /> is added.
  • If <Tagname> and <Value> are defined, the opening tag is closed (with >) then the value defined by <Value> is added followed by the closing tag (</Tagname>).