var languages = new Array("English", "French", "German", "Italian", "Spanish"); originalLanguage: DropDownList{properties:{items:[languages]}},\
These two lines are excerpts from a dockable script I am experimenting with. The problem I am having is knowing how to format this dropdown list to contain an array. In the actual code the array is defined outside of the dockable script area, if that matters. Any help appreciated! Thanks!
-Nate