|
-
Jul 5th, 2006, 12:28 PM
#1
Thread Starter
Hyperactive Member
Populating an array from a memo box
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|