|
-
Feb 16th, 2011, 02:58 PM
#1
Thread Starter
Addicted Member
[RESOLVED] How to store many strings?
I've got one function which collect registry keys and store in strings.
I've got another function which should to iterate through each item(registry key for application) and extract each string(name, location,...) from each item( registry key for application).
At the end of first function I concatenate each information about one application in one string, and at the beginning of second function split same string.
Is this the best way or is better to use List<string,string> or Array?
But I have more than two information I need to store, so I can't use List<string, string>...
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
|