public bool RemoveArrayItem( object baseObject, string arrayObject, int Index );
arrayObject The array's name as a string
Index The index to of the item to delete. NOTE: 1 based!
Overloads: