ok this is the last time i'm gonna post this, I'm stuck and my prog will move no further until this is solved.

my program deals with the users selecting files from a listbox, and adding those selected into another listbox. From there, they are stored in a variable & numbered, and then finally outputted to a file. here is my theory of which i should be going about this:


file1.list (selections)>----->>> list2.list (selected)

(Bsp0 is the variable name I'd like to use)

file2.list >----->>> (Variable) Bsp0

Increment counter, thus >---->>> Bsp0 = Bsp0 + 1

Bsp0, Bsp1, Bsp2, ect are created to same number as list2.listcount

Generate A.WriteLine Bsp0, A.WriteLine Bsp1, ect at runtime to same number as list2.listcount


HELP! Someone tell me how to code this correctly!!! I have it down in my head butt... just can't spit out the code right.