ClanSoft logo
ClanSoft logo

    CL_Array::del

Syntax

bool del(TYPE *item);

Parameters

item-Item to be removed.

Return value

true if item was deleted, false otherwise.

Description

Removes the specified item.

The items after the deleted item are NOT moved forward in the array, the item is simple deleted.


Back to index



This page was built using the Perceps documentation system.