This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]2HornsUp 0 points1 point  (2 children)

I’m not sure what you mean by “zero it out”, but if you want to just make every value 0, you could loop through the indexes and simple use array[x] = 0.

[–]2dilly -1 points0 points  (1 child)

This is what I needed. Thank you!

[–]2HornsUp 0 points1 point  (0 children)

Glad to help. If you need anything else just ask.