> On Nov 30, 2016, at 2:55 PM, Peter Jakobsson <li...@netkelvin.com> wrote:
> 
> myMethod($object)  <— Iceberg waiting for Titanic
> ====================
> 
> What do other people think about this ? Is anyone else bothering about this 
> distinction ?


I'm not sure I'm following the issue. I created a compiled component (15.3 Mac) 
with this method:

C_OBJECT($1)
OB SET($1;"test";True)
OB REMOVE($1;"cool")

Then I called it from the host (interpreted) with this:

C_OBJECT($oTest)
OB SET($oTest;"cool";False)
_TEST1 ($oTest)

After the call $oTest is:

{"test":true}

So the host sees both the added and removed property executed in the component. 
What am I missing?

John DeSoi, Ph.D.


**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to