[flexcoders] Help on the syntax for function set blah(param:String)

2007-04-24 Thread tjcox1969
I have read the section on functions in the Adobe Programming Actionscript manual, but I see no reference to this type of syntax: [Bindable] public function set statesNames(value:ListCollectionView):void { _statesNames = value; } public function get

RE: [flexcoders] Help on the syntax for function set blah(param:String)

2007-04-24 Thread Gordon Smith
To: flexcoders@yahoogroups.com Subject: [flexcoders] Help on the syntax for function set blah(param:String) I have read the section on functions in the Adobe Programming Actionscript manual, but I see no reference to this type of syntax: [Bindable] public function set statesNames