View Single Post
  #16  
Old 10-17-2009, 01:29 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
I'm sure that this..
PHP Code:
temp.array = {}; 
..empties the array, if that's what you want.

Edit: Your last script doesn't work because you are trying to use the add() function although it does not exist. Careful, this only works on arrays. Neither temp.obj nor temp.obj2 is an array in your script.
Reply With Quote