Good day,
My problem:
Ive got a listbox with buttons calling a record by id.
On the buttons are checkboxes wich if checked fill an array on the same spot as the id, so if i check button 7 with id 7 i fill aray[7]
and if i uncheck it removes it.
then i feed the array.join to
"delete.php?del="+array.join+"&"
It all works good but if i delete a couple of id's from the db,
the array in flash needs to re-empty,
So how do i clean, re-new or re innitialise an array in flash?
if i try this; array = "";
then its no longer functioning.
Mmm i see i am writing like twelve year old i am sorry 🙂