Re: ArrayList, Array or something else
- From: Maileen <noemail@xxxxxxxxxx>
- Date: Sun, 14 Aug 2005 08:01:28 +0200
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) ... ///
.
- References:
- ArrayList, Array or something else
- From: Maileen
- Re: ArrayList, Array or something else
- From: Herfried K. Wagner [MVP]
- ArrayList, Array or something else
- Prev by Date: Re: SQL or Access DB
- Next by Date: Re: SQL query from ASP page
- Previous by thread: Re: ArrayList, Array or something else
- Next by thread: Re: ArrayList, Array or something else
- Index(es):
Relevant Pages
|