Question

Maybe a very simple question, but how can I call delete myObject[propName]; in Script#?

Was it helpful?

Solution

Found this straight afterwards! Simply by calling Script.DeleteField(o, property);

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top