native

ArrayClear

Syntax

native ArrayClear(Array:which);

Description

Clears all entries from the array.

Parameters

which The array to clear.

Return

1 on success, 0 on failure.