quinu
03-27-2003, 03:15 PM
At the start of my program I have created the following shared object:
my_so = SharedObject.getLocal("hipaa", "/");
At the end I want to delete it. I've tried this with variations but with no success:
delete my_so;
my_so = SharedObject.getLocal("hipaa", "/");
At the end I want to delete it. I've tried this with variations but with no success:
delete my_so;