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 


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

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

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