473,396 Members | 1,838 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,396 software developers and data experts.

Two D array ??

I know how to use arraylist but it seems IT is one-D array.
How can I declare Two-D array ??
Please be kind to give me a little sample. thanks a lot
Nov 21 '05 #1
4 1067
If you want a fixed sized array then you can use an array class. For example
if you want a 10x5 array of integers then the syntax would be:

Dim intArray(9, 4) As Integer

If you want a ragged array then you could have one ArrayList holding
references to other ArrayLists. Off the top of my head the syntax to access
an element in this structure would be:

Dim i As Integer
i = CInt(CType(raggedArray(3), ArrayList)(4))

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada
http://msmvps.com/windsor/

"Agnes" <ag***@dynamictech.com.hk> wrote in message
news:ei*************@TK2MSFTNGP12.phx.gbl...
I know how to use arraylist but it seems IT is one-D array.
How can I declare Two-D array ??
Please be kind to give me a little sample. thanks a lot

Nov 21 '05 #2
"Agnes" <ag***@dynamictech.com.hk> schrieb:
I know how to use arraylist but it seems IT is one-D array.
How can I declare Two-D array ??


Make sure you have read the article below:

Visual Basic Language Concepts -- Declaring Array Variables
<URL:http://msdn.microsoft.com/library/en-us/vbcn7/html/vacondeclaringarrays.asp>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #3
Agnes,

Why are you not using when you want a two D array a datatable.
It is in my opinion so much easier to use.

Cor
Nov 21 '05 #4
I need to store the string, but not the integer ...
I try Dim myString(,) as string.
myString(0,0) = "ID"
myString(0,1) = "Name"
However, I got an error "object reference not set to an instance of an
object"

"Rob Windsor [MVP]" <ro*****************@gmail.com> ¼¶¼g©ó¶l¥ó·s»D:uF**************@TK2MSFTNGP12.phx.g bl...
If you want a fixed sized array then you can use an array class. For
example if you want a 10x5 array of integers then the syntax would be:

Dim intArray(9, 4) As Integer

If you want a ragged array then you could have one ArrayList holding
references to other ArrayLists. Off the top of my head the syntax to
access an element in this structure would be:

Dim i As Integer
i = CInt(CType(raggedArray(3), ArrayList)(4))

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada
http://msmvps.com/windsor/

"Agnes" <ag***@dynamictech.com.hk> wrote in message
news:ei*************@TK2MSFTNGP12.phx.gbl...
I know how to use arraylist but it seems IT is one-D array.
How can I declare Two-D array ??
Please be kind to give me a little sample. thanks a lot


Nov 21 '05 #5

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

Similar topics

2
by: Brian | last post by:
I'm diddlying with a script, and found some behavior I don't understand. Take this snippet: for ($i = 0; $i <= count($m); $i++) { array_shift($m); reset($m); }
2
by: Stormkid | last post by:
Hi Group I'm trying to figure out a way that I can take two (two dimensional) arrays and avShed and shed, and subtract the matching elements in shed from avShed I've pasted the arrays blow from a...
15
by: lawrence | last post by:
I wanted to test xml_parse_into_struct() so I took the example off of www.php.net and put this code up on a site: <?php $simple = <<<END <item>
8
by: vcardillo | last post by:
Hello all, Okay, I am having some troubles. What I am doing here is dealing with an employee hierarchy that is stored in an array. It looks like this: $employees = array( "user_id" => array(...
12
by: Sam Collett | last post by:
How do I remove an item with a specified value from an array? i.e. array values 1,2,2,5,7,12,15,21 remove 2 from array would return 1,5,7,12,15,21 (12 and 21 are NOT removed, duplicates are...
8
by: Mike S. Nowostawsky | last post by:
I tried using the "toUpperCase()" property to change the value of an array entity to uppercase BUT it tells me that the property is invalid. It seems that an array is not considered an object when...
58
by: jr | last post by:
Sorry for this very dumb question, but I've clearly got a long way to go! Can someone please help me pass an array into a function. Here's a starting point. void TheMainFunc() { // Body of...
104
by: Leszek | last post by:
Hi. Is it possible in javascript to operate on an array without knowing how mamy elements it has? What i want to do is sending an array to a script, and this script should add all values from...
7
by: Jim Carlock | last post by:
Looking for suggestions on how to handle bad words that might get passed in through $_GET variables. My first thoughts included using str_replace() to strip out such content, but then one ends...
17
by: =?Utf-8?B?U2hhcm9u?= | last post by:
Hi Gurus, I need to transfer a jagged array of byte by reference to unmanaged function, The unmanaged code should changed the values of the array, and when the unmanaged function returns I need...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.