Chipp- Ah. The joys of associative arrays.
Technically this is proper behavior. tMyArray is empty. tMyArray[1] is not. If you put "yellow" into tMyArray then it is not longer empty. And it is also no longer an array. Putting "red" back into tMyArray[1] again makes tMyArray into an array and makes tMyArray empty. And as of rev 2.9.0-dp3 you can now "put tMyArray is an array" as a shortcut to "put the keys of tMyArray is empty" -- Mark Wieder [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
