jh
2 months agoIdeator I
setAction and apply does not work
this is my code
cjitem.setAction("delete");
cjitem.apply();
runing the code it does not work,but I click Checking syntax button showing: Warning Number: IA1100, The output value of Item.apply() method is unused.
can anyone help me? thanks