xmlns:s="library://ns.adobe.com/flex/spark"
>
protected var names:Array = ['A','B','C'];
protected function btn_clickHandler(event:MouseEvent):void
{
trace(names.toString());
}