[flexcoders] Remove Row from XMLList

2007-05-01 Thread boy_trike
I have an XMLList that controls the options a user can get to. It looks like the following: mx:XMLList id=menuOptionsData menu label=Sales data=S url=/lumber/Sales / menu label=Purchasingdata=P

Re: [flexcoders] Remove Row from XMLList

2007-05-01 Thread Michael Schmalle
Try; menuOptionsData[1] = null; Or delete menuOptionsData[1]; Peace, Mike On 5/1/07, boy_trike [EMAIL PROTECTED] wrote: I have an XMLList that controls the options a user can get to. It looks like the following: mx:XMLList id=menuOptionsData menu label=Sales data=S url=/lumber/Sales /