Well, the title says all:
I have:
and when i use:
It delete all the 'Object 1' objects, and I want to delete only 1 of them.
Is there a method in the array class to do this?
Thanks :thumb:
I have:
Code:
Array = ['Object 1', 'Object 2', 'Object 1', 'Object 2', 'Object 3']
Code:
Array.delete('Object 1')
Is there a method in the array class to do this?
Thanks :thumb: