activeXML Element documentation - value

Description


These elements come inside a condition element, and each one describes one of the condition's values. They can contain a literal value, or refer to a variable.

Attributes


Name Contents Explanation
pos left or right This specifies which value this is.
type text This takes one of the following values:
  • literal: A value specified in the code, such as a defined string or value.
  • variable: A variable, the value of which can be changed by the function.
value text What this means depends on the value of type:
  • literal: The value to use as the literal.
  • variable: The name of the variable to use.

Contents


This should have no contents.