You might be able to use the delete operator for this.
http://livedocs.macromedia.com/flex/2/langref/operators.html#delete
--- In [email protected], "Doug Arthur" <[EMAIL PROTECTED]> wrote:
>
> How do you remove a key from an Object in flex?
>
> This is what I currently have:
> 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
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.
__,_._,___

