
delete sock;
delete EI;
delete currentIP;
delete lines;
delete commands;
delete recieved;
I try to do the above in a function which is an error handler, I want to remove the sock (socket resource) EI (a reference to ExternalInterface) currentIP (which is just a string) lines (array) commands (array) recieved (string)
but now, it gives me errors..
all the same errors aswell:
Only dynamic assigned properties can be deleted, I know that its supposed to do whatever.whatever however I do not know any other way to have attempted this.
thanks for any help guys
If you would like to make a comment, please fill out the form below.
Recent Comments