G
goo
Guest
OE116 I wounder how the cleanup is done, or if it is done when doing the following code: If the class has a def temp-table ... etc. def var oClass as class myClass(). do i = 1 to 100: oClass = new myClass(). : : end. delete object oClass. Will the delete fix all of them, or do I have to handle this different? and if so, how? //Geir Otto
Continue reading...
Continue reading...