I\'m trying to create a complete copy of an existing array. Every time I try this it doesn\'t seem to work. The thing is that I\'m modifying the Object names inside the new
# Copy the array here $FruitsCopy = @() $FruitsCopy = $FruitsCopy + $FruitsOriginal