Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

strings question 1

Status
Not open for further replies.

bos

Technical User
Oct 1, 2002
50
0
0
US
I need to store several hundred peices of information in strings in my program. Is there a much of a difference between an array of 200 strings, each with one word, or just one string with 200 lines or words? If I use the one string, I'd have to pull the information out individually while an array of strings would allow easier access to specific information. I am concerned though about using too much memory so I need to know what memory differences their might be in the two methods. Please let me know.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top