« Return to Thread: v11.4 : 67 is a list reference

Re: v11.4 : 67 is a list reference

by jpupier :: Rate this Message:

Reply to Author | View in Thread

David,

That was true in the very first v11. It was possible to clear intenal
4D lists, that leads to stange behaviours. Internal hierarchical lists
are not accessible anymore from developer's code. There is a memory
separation now. This is also true for all 4D resources.


Try this little piece of code :

ARRAY LONGINT($Lists_al;0)
For ($Loop_l;1;MAXLONG )
        If (Is a list($Loop_l))
                APPEND TO ARRAY($Lists_al;$Loop_l)
        End if
End for

TRACE
` $Lists_al will remain empty


I can't explain the bug raised by Pluto, maybe he can give some
details or send a sample database to tech support.


Amicalement,

Jérôme
----------------------------------------------
Let the rhino keep its horn
- Jul 7,2006
West Africa's version of the black rhino appears
to be extinct, the World Conservation Union
said on Friday. (Reuters)

http://www.worldcommunitygrid.org/  : 4D DevTeam

----------------------------------------------
**********************************************************************
Live Data Mapping Services with 4D v11 SQL
See it for yourself - http://www.4d.com/solutions/ndwater.html

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

 « Return to Thread: v11.4 : 67 is a list reference