/doc/sefun/remove_alist


SYNOPSIS

mixed *remove_alist(mixed key, mixed *alist)

DESCRIPTION

Remove the key and data specified by key of the alist and return the new alist.

EXAMPLE

        mixed *alist;
        ...
        alist=remove_alist("the magic key",alist);
        

SEE ALSO

filter_array
assoc
insert_alist
map_array
member_array
order_alist
sort_array
unique_array
order_alist

| Home | Applied | Concepts | Efuns | Intro | Lfuns | Lib | LPC | Obj | Prop | Sefuns | Std |

Nightfall@quest.tat.physik.uni-tuebingen.de
Automatically generated on Fri, Aug 2, 1996