
SYNOPSIS
        mixed *del_array(mixed *array,int index);

DESCRIPTION
	This is a simulated efun!
	
	It removes the entry number <index> from the given <array>.

	The array has to be a normal array or a string.

	If the index is out of range the whole array/string is return,
	else the array/string with the removed entry[index]. 
