Previous ION Script User's Guide: ION Script Tag Reference Next

VARIABLES

The VARIABLES tag pair delimits a block of variable declarations in the header section of an ION Script document. The <VARIABLES>...</VARIABLES> block can contain one or more VARIABLE_DECL tags.


Note
The VARIABLES tag pair must reside between the <ION_HEADER> and </ION_HEADER> tags.

Syntax

<VARIABLES>

VARIABLE_DECL tags

</VARIABLES>

Attributes

None

HTML Mapping

The VARIABLES tag is not converted to HTML, and therefore does not accept any other attributes.

  IDL Online Help (March 06, 2007)