VARIABLE

Zero or one VARIABLE. Define a session variable and optionally the initial value.

Syntax

<VARIABLE Id="varId"> val </VARIABLE>

Syntax notes

  1. varId is the variable name.

  2. val is the variable value.

Example

  <VARIABLE Id="var7" />
  <VARIABLE Id="var8">Initial value</VARIABLE>