473,325 Members | 2,860 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

Advice on array?

I want to store values like you would a table with columns, and the I would
want to be able to loop through each row and have access to each element:
row 1: Name, Type, Value
row 2: Name, Type, Value
etc.........
What would be the best way to accomplish this?
Will
Nov 21 '05 #1
2 870
a two dimensional array of objects.?

-----Original Message-----
I want to store values like you would a table with columns, and the I wouldwant to be able to loop through each row and have access to each element:

row 1: Name, Type, Value
row 2: Name, Type, Value
etc.........
What would be the best way to accomplish this?
Will
.

Nov 21 '05 #2
Will,

Did you not say it yourself. What you describe is exactly the datatable.

http://msdn.microsoft.com/library/de...classtopic.asp

I hope this helps?

Cor

"Will" <ki****@excite.com> ...
I want to store values like you would a table with columns, and the I would
want to be able to loop through each row and have access to each element:
row 1: Name, Type, Value
row 2: Name, Type, Value
etc.........
What would be the best way to accomplish this?
Will

Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Nick Craig-Wood | last post by:
Python newbie advice needed! I'm tring to write what I would have expressed in Perl as my ($a, $b, $c) = @array; This is very similar to the python statement a, b, c = array
4
by: csx | last post by:
Hi all, I have the following code, which at the moment is a vector of arrays. But unfortunately, it doesnt do what I want. Basically, here is an example in Java that I want to work in C++. var...
2
by: Andrew | last post by:
I am starting my first C# project and have a design issue which I would appreciate some advice about. I am wondering whether to use dataset to pass information between components or if I should...
1
by: Kirok | last post by:
Hey Everyone, Thanks for reading, heres what I'm trying to do I have an array of say 10 items each item contains the text / description for a room. Now I would like to create a class (lets...
1
by: Stuart | last post by:
I am converting a VB6 App. In the VB6 app, I have a Type structure of about 30 elements (mixture of booleans, integers, strings and some doubles), in an array of say 20 to 100+ records. The...
1
by: Larry Neylon | last post by:
Hi, I'm working on a VBScript application on IIS6 and I'm looking for some advice about the best way of replacing or improving session variable usage. The application is in a secure extranet...
22
by: Sandman | last post by:
So, I have this content management system I've developed myself. The system has a solid community part where members can register and then participate in forums, write weblogs and a ton of other...
11
by: Cliff Martin | last post by:
Hi, I am reading a fairly large file a line at a time, doing some processing, and filtering out bits of the line. I am storing the interesting information in a struct and then printing it out....
5
by: Eric Layman | last post by:
Hi, Many years ago when I first learnt abt web dev in school, I was taught this methodology: <html> blah blabh
9
by: JoeC | last post by:
I am crating a new version of my map game and my map will be a 2d array. I had problems trying to create a 2d array dynamically, in fact C++ won't let me do it. My question is how to create the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.