Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27199

VS 2010 String collections

$
0
0
Hi, I am using a string collection to collect user data, but I now need to save this collection.
any ideas?

The code I am using is:
Code:

    Public Shared Sub Main()

        Dim mycol As New StringCollection()
        Dim base() As String = {My.Settings.calc1, My.Settings.calc2, My.Settings.calc3, My.Settings.calc4, My.Settings.calc5, My.Settings.calc6, My.Settings.calc7, My.Settings.calc8}
        mycol.AddRange(base)

    End Sub


Viewing all articles
Browse latest Browse all 27199

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>