ClanSoft logo
ClanSoft logo

    CL_Array::del

Syntax

bool del(int position);

Parameters

position-Position of item to be deleted.

Return value

true if item was deleted, false otherwise.

Description

Removes the item at the specified position.

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.