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.html4D Internet Users Group (4D iNUG)
FAQ:
http://www.4D.com/support/faqnug.htmlArchive:
http://lists.4D.com/archives.htmlOptions:
https://lists.4d.com/mailman/options/4d_techUnsub: mailto:
4D_Tech-Unsubscribe@...
**********************************************************************