ArrayTrimvalue()

Runs through the array and trims the whitespace away from each of the elements

Usage

BOOLEAN = ArrayTrimvalue( array )
Argument Summary
array Array Object

Calling

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

ArrayTrimvalue(
   array=?
);

Supports passing parameters as a structure using ArgumentCollection:

ArrayTrimvalue( ArgumentCollection={
   array : ?
} );