how do i find out the index of the last item in order to use addItemAt(evt2.result,index);
(if that makes sense!!) --- In [email protected], "Clint Tredway" <[EMAIL PROTECTED]> wrote: > > try what I suggested in your addItem > > On 2/11/07, munene_uk <[EMAIL PROTECTED]> wrote: > > > > this is what i got > > > > *[SWF] F:\Adobe\Flex Builder 2\Projects\bin\Savo_Course_Manager2-debug.swf- 1,103,465 bytes after decompression > > warning: unable to bind to property 'SURNAME' on class 'Object' (class is > > not an IEventDispatcher) > > warning: unable to bind to property 'POSTCODE' on class 'Object' (class is > > not an IEventDispatcher) > > warning: unable to bind to property 'PHONENO' on class 'Object' (class is > > not an IEventDispatcher) > > warning: unable to bind to property 'STUDENTNO' on class 'Object' (class > > is not an IEventDispatcher) > > warning: unable to bind to property 'STREET' on class 'Object' (class is > > not an IEventDispatcher) > > warning: unable to bind to property 'BIRTH_DATE' on class 'Object' (class > > is not an IEventDispatcher) > > warning: unable to bind to property 'HOUSENO' on class 'Object' (class is > > not an IEventDispatcher) > > warning: unable to bind to property 'FIRSTNAME' on class 'Object' (class > > is not an IEventDispatcher) > > warning: unable to bind to property 'TOWN' on class 'Object' (class is not > > an IEventDispatcher) > > warning: unable to bind to property 'EMAIL' on class 'Object' (class is > > not an IEventDispatcher) > > (Array)#0 > > [0] (Object)#1 > > BIRTH_DATE = "1985-01-01" > > EMAIL = "[EMAIL PROTECTED]" > > FIRSTNAME = "as" > > HOUSENO = "40" > > PHONE = "" > > PHONENO = "1240235402-9" > > POSTCODE = "sdf" > > STREET = "asf" > > STUDENTNO = "41" > > SURNAME = "ap" > > TOWN = "sdf" > > * > > > > > > > > -- > http://indeegrumpee.spaces.live.com/ >

