Hi HELP,
I have an array populated with random numbers 1-9. I want to be able to find all the number 5s in the array and change them to another number. I have tried everything, there must be a simple solution. Thanks
D
Develop games in your browser. Powerful, performant & highly capable.
Try:
Array| For each X element -> Array| Set value at Array.CurX to 'your number you want'
Array| Current Value=5
This is one event, with one action.
Will give it ago. Thanks