How do you remove a key from an Object in flex?
This is what I currently have:
UserData.getInstance().recordMap[vendorOrder.detail_id] = null;
UserData.getInstance().recordMap[vendorOrder.detail_id] = null;
What I really want to do is completely remove vendorOrder.detail_id from the recordMap Object completely, not just set it null.
Thanks!
- Doug
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___

