Question Array in My.setting

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
How do i write an array into my.setting? do i need to do a loop and write each value of the array into the setting? What about a 2d array?
How to get the .count of the 2d array in my.setting?
 
In the type dropdown you can select Browse and navigate to System.Collections.ArrayList.

Another option would be to use an XML serializer and store it as a string then convert it back when you need access to it.
 
Back
Top