aclink
10-13-2005, 11:47 AM
hi all
as far as I have seen until now arrays in ActionScript are associative
how can I test if a key exists? and how can I unset it?
In php I could do this with the functions isset() and unset(). Which are the equivalent functions in ActionScript?
as far as I have seen until now arrays in ActionScript are associative
how can I test if a key exists? and how can I unset it?
In php I could do this with the functions isset() and unset(). Which are the equivalent functions in ActionScript?