INITVARS

This command resets all variables to their default values and clears all XML tag mappings .

Syntax

INITVARS

Return value

This command returns the number 0.

Notes

The INITVARS command resets all variables to their default values:

commands used to set variable values:

default value:

NVAR, MYNVAR, and MYNARR

the number 0

SVAR, MYSVAR, and MYSARR

an empty string

The INITVARS command also clears all XML tag mappings set by the XML_MAP and XML_DEFECT_MAP commands.

Example

INITVARS

This formula sets all NVAR, MYNVAR and MYNARR variables to the number 0; sets all SVAR, MYSVAR and MYSARR variables to an empty string; and clears all XML tag mappings set by the XML_MAP and XML_DEFECT_MAP commands.