You are here: Function Reference > Alphabetical Listing > D > DestroyList

DestroyList

Use this function to destroy the XML tree created by the LoadXMLList function.

Syntax

DestroyList (%xXMLTree)

Parameter

Description

%xXMLTree

Enter a list type DAL variable that passes the XML tree handle.

The system returns one (1) for success or zero (0) for failure. The returned DAL variable is of the integer type.

Example

For an example, see the DAL script in Scenario 2.

See also