Scripting an element. Assigned an element with PROP_LIFE_DEC constant, and now don't need it. How do I unassign this constant?
you can just make its property to nil with another line of code like:
elem.property(EXPL, "Temperature", 373.15)
now to delete this property:
elem.property(EXPL, "Temperature", nil)
where EXPL is your element id