reuse of variables and destructors ...
can I reuse a AW variable without creating memory leak or worse ?
var a= new AW.UI.Checkbox; .....; a= new AW.UI.Input; ....
In other words, is there any destructor that I should call before reusing variable "a" ?
var a= new AW.UI.Checkbox; .....; a= new AW.UI.Input; ....
In other words, is there any destructor that I should call before reusing variable "a" ?
Philippe Marzin
March 11,