mixed *exclude_array(arr,from,to)
mixed *arr;
int from;
int to;

Returns an array with the given elements excluded. Indexes are numbered 0-

If 'arr' is not an array or indexes are outside the limits of 'arr', 
then 0 will be returned.



