A
          / \      _             Play Now                         Nemesis on fb
          | |     | |  _______   _        _   _______    _______   _    _______
          | |\    | | |   ____| |  \    /  | |   ____|  /   ____| | |  /   ____|
 /-------/-------------------------------------------------------------------,
O= Home <=XX|  About  News  Pics  Adventurers  Wizards  Download  Connect     >
 \-------\-------------------------------------------------------------------'
          | |   \   | |  |____  | |      | | |  |____   ___ \  \  | |  ___ \  \
          | |     \_| |_______| |_|      |_| |_______| |_______/  |_| |_______/
          \ /
           V  

Documentation Area

Document Path: /doc/lib/remove_element


Simul efun: remove_element - remove an element of an array

Synopsis:
	mixed* remove_element(mixed* array, int index)

Description:
	Removes an element from an array, disturbing the sequence.
	That means, the order of elements in the array is not kept,
	so you can only apply it to "sets" in a mathematical sense.

Note:
	Better use 'array[from..to]' as described in 'slice_array'.

See also:


This page was generated in LPC

Imprint / Impressum