Hi there,
I've tried to find a previouse post that covers this but can't.
I am loading data from a database into flash (with PHP) and the variables get named item_1, item_2 ... using the code:

loadVariables ("products.php3", "_root.temp", "POST");

on a btn and in the php I generate the suffix for the variable name.
Anyway all this is fine but HOW can I use the delete function to refer to these variables to delete them all.
The problem is that when I load in 26 of them and the next search produces 2, the first 2 are replaced but the rest still remain.

TIA

Slarti