function ObjUpdate input Integer P "pointer to object value"; input Real[i1, i2] newvalue "new value for the object"; input Integer i1 "index1"; input Integer i2 "index2"; output Integer out; end ObjUpdate;