A script-enabled browser is required for this page to function properly.

OLE2.Destroy_Arglist

Description

Destroys an argument List previously created with the OLE2.Create_Arglist Function.

Syntax


PROCEDURE OLE2.Destroy_Arglist
   (List List_Type);

Parameters

List The name of an argument List assigned to the OLE2.Create_Arglist Function.

Example


 /* 
** Destroy an argument list.
*/
OLE2.Destroy_Arglist(My_Arglist);