Re: ArrayList, Array or something else

Tech-Archive recommends: Fix windows errors by optimizing your registry



Thanks a lot.
I was thinking about such thing, but i was not sure that it could be possible.
once again thanks.


Maileen

Herfried K. Wagner [MVP] wrote:
"Maileen" <noemail@xxxxxxxxxx> schrieb:

I would like to have something like an array (something like a collection) in order to store the following things :

company name1, new1, old1, in1, out1
company name2, new2, old2, in2, out2
...

but i should be able to dynamically redimension it.
all data will be strings only.



\\\ Public Class Company Public Name As String Public [New] As String Public Old As String Public ... End Class . . . Dim a As New ArrayList() Dim c As New Company() ... a.Add(c) ... ///

.



Relevant Pages

  • Search pattern
    ... Dim strfile As String ... Dim bAddressFound As Boolean ... Dim strCurrentChar As String ...
    (comp.databases.ms-access)
  • Auto Write Name and Merge across
    ... Dim Sheetname01 As String ... Dim WeekName01 As String ...
    (microsoft.public.excel.misc)
  • Re: multiplatform (pocketPC & desktopPC) (Daniel !!)
    ... Friend Versione As String ... Public Sub GetMyConnectionPalmare() ... Dim errorMessages As String ... Private Function GetDS_Desktop(ByVal SQL As String) As DataSet ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: multiplatform (pocketPC & desktopPC) (Daniel !!)
    ... Friend Versione As String ... Public Sub GetMyConnectionPalmare() ... Dim errorMessages As String ... Private Function GetDS_Desktop(ByVal SQL As String) As DataSet ...
    (microsoft.public.dotnet.framework.compactframework)
  • Help answer these 70-310 questions
    ... One argument is the string ... Dim output As New StringBuilder ... EmployeeLocations. ... You create a strongly named serviced component. ...
    (microsoft.public.cert.exam.mcsd)