Quote:
Originally Posted by ^SmileY
Explain better. What you trying to do.
|
I want to clear "SoundsData".
For example:
PHP Code:
SoundsData[0][1][0] = "AbC"
SoundsData[3][2][0] = "cBa"
When i cleared "SoundsData",
PHP Code:
SoundsData[0][1][0]: ""
SoundsData[3][2][0]: ""
SoundsData[0][0][0]: ""
But it had some problem.
The problem in the first floor.
Thanks.