this.getField array
Hi guys,
I am fairly new to Java so I apologise ahead of time if the problem is trivial. I am attempting to import an array from a drop-down list which I then wish to export as a .txt file. I can succesfully use this.getField to acquire the fields value but I'd like to be able to acquire all the fields that the drop-down list contains to an external text file. Is it possible to obtain all values of a drop-down box or even a list?
Thanks
