I want to have a control on my form where I can paste in a big list of words, up to 10,000 lines long. Then I want to perform some text manipulation.

e.g. add/remove " or [] characters to each line. Or add a text phrase to the end of each line.

I figure the best way to do this would be to read each line into an array.

What control would be best? Just a text control or is there a memo field like in MS Access vba? How would I read each line into an array? Would reading into an array be the best way to do this?

Thanks,

Jon