how to store values in array

  • 13 years ago

    how to store and retrieve data from an array.....vb.net

  • 13 years ago

    Hi there,

            Dim s As String() = {"A", "B", "C"}

    Dim ary As New ArrayList
    For Each i As String In s
    ary.Add(i)
    Next


    For Each i As String In ary
    Me.Text &= i
    Next

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“C++: an octopus made by nailing extra legs onto a dog.” - Steve Taylor