StructClear()

Removes all the data from the given structure

Usage

BOOLEAN = StructClear( struct )
Argument Summary
struct struct1

Calling

Supports named-parameter calling allowing you to use the function like:

StructClear(
   struct=?
);

Supports passing parameters as a structure using ArgumentCollection:

StructClear( ArgumentCollection={
   struct : ?
} );