Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Matrix Manipulation
Topic: Sorting and Counting
See also: list append insert names

Function: delete
Description: deletes the object at the given position from the list.

Usage: delete (l, pos)
Input:
l list
pos integer

Note:

Example:
l = list(1, 2, 3)
delete(l, 1)
l

Result:
Contents of l.el2
[1,]        2
Contents of l.el3
[1,]        3



(C) MD*TECH Method and Data Technologies, 05.02.2006