HTML Utilities

Showing help on 'listdelete()'

Syntax: listdelete (LIST <list>, INT <index>) => LIST

Returns a copy of <list> with the <index>th element removed. If <index> is not in the range `[1..length(<list>)]', then E_RANGE is raised.

x = {"foo", "bar", "baz"};
listdelete(x, 2) => {"foo", "baz"}



-- telnet://project-mongoose.net:7777 -- Mail us -- http://project-mongoose.net:7780/ --
-- Five users connected --