Hi,
Xavi wrote:
oB:aaa := ALLOCAAA(oC); oC:aaa := ALLOCAAA(oB) // If you remarque this line,// oB:aaa := oC; oC:aaa := oB // please, remove this remarque, ASize(oB, 0); ASize(oC, 0) // remarque this line. oB := nil; oC := nil HB_GCALL() Wait ...
oB:aaa := NIL is much more clean solution than ASIZE(oB, 0) Regards, Mindaugas _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
