> I was quite surprised to learn about releasing objects. When does one have
> to do that? The release commands do not appear in my command list in 4D.


$cell:=XLS WORKSHEET Set cell text ($sheet;$row;$col;$format;$text)
XLS CELL RELEASE ($cell)  //we don't need this reference any more, so release 
it.
If you do not RELEASE the references, your application will leak memory like a 
bucket without bottom…
If your excel sheets are not too big, this might not matter, but...
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to