I’ve been struggling with this one for a few days now (but that’s only because I’m stranger to scripting) so I would rly appreciate if anyone could guide me or even better send me a rough template on this:
A little app consisting of 6 lines. On each line should be 2 TextInput boxes and one DropBox with multiple values (value1, value2, value3 …)
And there would be a button that would gather data from all lines and saved them on local drive as .txt file in following format:
Line1 = [1,"abc123","abc123"]
line2 = [7,"abc123","abc123"]
...
If nothing is filled than it would be saved as
line1 = [,"",""]
...
The first number (in my example 1 and 7) is result of chosen value in DropBox on each line. And content of quotation marks can be anything written in those text InputBoxes on each line.
This problem has been driving me crazy for a few days now. I rely hope someone can help me.
BTW Ive found a topic that probably answers to part of my problem http://www.flash.cz/portal/clanek.aspx?id=1191 , but wasn’t able to make it work.. I rely need someone holding my hand in the world of scripting 🙁

Problem solved.