Delete Statement

The statement

delete lvalue , expression ;

deletes a value from the list object referred to by lvalue at the position evaluated from expression; expression must be of integral type and cannot be smaller than 1 or be greater than the current number of items of the list; whence the list cannot be a null list. The list object referred to by lvalue must be a read/write variable.


[BACK] [FORWARD] [HOME] [UP] [HELP]