If you are trying to use the OBJ module in 4D v16R4, you will encounter errors. 
The errors have to do with not recognizing the new collection type. The fix is 
easy, requiring two lines to be changed:

In the OBJ_IsEqual method, line 47 should now be:

        : (($alFirstType{$x}=Object array) | ($alFirstType{$x}=Is collection))


In the OBJ_Get_ArraySize method, line 20 should now be:

        If ((OB Get type($oSubObject;$tLastKey)=Object array) | (OB Get 
type($oSubObject;$tLastKey)=Is collection))  //Will be true for any array type

HTH.

--
Cannon.Smith
Synergy Farm Solutions Inc.
Hill Spring, AB Canada
403-626-3236
<can...@synergyfarmsolutions.com>
<www.synergyfarmsolutions.com>


**********************************************************************
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