473,325 Members | 2,480 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.

Two Dimentional Arrays

Can anybody tell me how to store data to a two dimentional array.if the array
is declared as dim ArrayName(50,500).
Thanks in advance
Jul 21 '05 #1
2 4041
Kurien
\\\
Dim ArrayName(50, 500) As String
ArrayName(0, 20) = "microsoft.public.dotnet.languages.vb"
///
In my opinion is that a better newsgroup for this kind of questions.

I hope this helps?

Cor

"Kurien Baker Fenn"
Can anybody tell me how to store data to a two dimentional array.if the
array
is declared as dim ArrayName(50,500).
Thanks in advance

Jul 21 '05 #2
Kurien
\\\
Dim ArrayName(50, 500) As String
ArrayName(0, 20) = "microsoft.public.dotnet.languages.vb"
///
In my opinion is that a better newsgroup for this kind of questions.

I hope this helps?

Cor

"Kurien Baker Fenn"
Can anybody tell me how to store data to a two dimentional array.if the
array
is declared as dim ArrayName(50,500).
Thanks in advance

Jul 21 '05 #3

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

Similar topics

2
by: Cedric Baelemans | last post by:
Hi, I try to store a two-dimentional array in a session variable. When I do the same with a one-dimentional array, it works fine, but with a two-dimentional array it fails. Is this not possible?...
0
by: Kurien Baker Fenn | last post by:
Can anybody tell me how to store data to a two dimentional array.if the array is declared as dim ArrayName(50,500). Thanks in advance
8
by: Al | last post by:
I'd like to declare (in a Matrix class) a two-dimentional array with user-defined coordinates. The constructor is: Matrix(int c, int l): col(c), lin(l), a(new float) {} the compiler says 'lin'...
1
by: rkmoray | last post by:
I have created a Multi Dimentional array, but having problems filling it. int mCount=0; mCount=ds.Tables.Rows.Count; string arrayppsa = new string ; DataTable myDataTable=ds.Tables;...
0
by: Max M. Power | last post by:
I'm getting an InvalidOperationException calling Invoke with a method parameter object array that contains a two dimentional string array. More stack trace output below: // Create two...
14
by: ranjmis | last post by:
Hi all, Below is the code wherein I am initializing double dimentional array inside main with string literals. Now I want to display the strings using a function call to which I just want to...
3
by: huzzaa | last post by:
Hey everyone. I am using a for loop to pring my arrays for (int row = 0; row < rowSize; row++) { for (int col = 0; col < colSize; col++) cout << setw(2) << myArray...
10
by: pra1983 | last post by:
Can any one tell me how to use vectors insteard of two dimensional arrays... I was trying to store some thousands of values in an aray but i gives me error in between saying that " Stack is out...
9
by: Srinu | last post by:
Hi All, We know the following facts, 1. A two dimentional arrays in C is stored similar to a single dimentional array. 2. * is the dereference operator that gives value at address denoted by...
2
by: askalottaqs | last post by:
To make the q simple: i want to access inner array elements by the names of the inner arrays. thanks here's a more complex explanation: I have those arrays: animatorsNames = jun = ...
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
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
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: 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
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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...

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.