I am about to lose it over here! Can some please help! I am simply trying to
populate an array and trace it out. I keep on getting
1120 access of undefined property testArray. My code is as follows. I have
created hundreds of arrays before never had this problem. PLEASE HELP ME!!!!

Thanks

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; layout="absolute">
    <mx:Style source="style/style.css"/>
    <mx:Script>
        <![CDATA[
            public var testArray:Array = new Array();
            testArray[0] = "testt";
trace(textArray);
        ]]>
    </mx:Script>
    <mx:Button x="99" y="59" label="Button" width="600"/>


</mx:Application>


James


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4878
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to