array

Query Array Prototype

I recently found myself in need of a method to search values in a multidimensional array. I searched around a bit and could only find methods that searched the entire array for a specific value. This doesn’t work for me, however, because a particular value may appear in several places within my array. I needed [...]

array, flash, prototype