==========================================================================

SYNTAX :: exclude_array( mixed *targets, int start, int finish );

This sfun will remove the range from "start" to "finish" as indexed
on the "targets" array. It will then return the resulting array.

The finish variable is optional. If it is not given, the sfun will
only remove the entry located at the "start" position.

