473,480 Members | 4,282 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Multi-dimensional array - Question on Data types

Hello:

Is is possible to declare a 2-dimensional array, the first dimension being
an Integer and the 2nd dimension another data type, say string?

Or, is this a bad choice and a dataset may be a better way of handling
multi-dimensional data where the data types may not be the same?

venki
Oct 8 '06 #1
3 1182
vvenk wrote:
Hello:

Is is possible to declare a 2-dimensional array, the first dimension being
an Integer and the 2nd dimension another data type, say string?

venki
Not that I know of, but look up Structure under Help. That's what I
would suggest as your best option.

eg.
Private Structure myStructure
Dim iInteger as Integer
Dim sString as String
End Structure
Dim myArray() as myStructure
Hope this helps,

ShaneO

There are 10 kinds of people - Those who understand Binary and those who
don't.
Oct 8 '06 #2

vvenk wrote:
Hello:

Is is possible to declare a 2-dimensional array, the first dimension being
an Integer and the 2nd dimension another data type, say string?

Or, is this a bad choice and a dataset may be a better way of handling
multi-dimensional data where the data types may not be the same?

venki
venki,

Can you give us some more detail on what you want to accomplish? I
have a feeling that there maybe a be a better way to accomplish what
your after, but a brief description might help us better help you.

--
Tom Shelton

Oct 8 '06 #3
vvenk,

If it is only an array, than a generic list of your own class is in my idea
the most simple.

Class TheClass
public a as string
public b as string
End Class

Dim a As New List(Of theclass)
a.Add(New theclass)
a(0).a = 0
a(0).b = "mystring"

Although see that the class is terrible made, properties and a constructor
would make it nicer (better)

Cor

"vvenk" <vv***@discussions.microsoft.comschreef in bericht
news:31**********************************@microsof t.com...
Hello:

Is is possible to declare a 2-dimensional array, the first dimension being
an Integer and the 2nd dimension another data type, say string?

Or, is this a bad choice and a dataset may be a better way of handling
multi-dimensional data where the data types may not be the same?

venki

Oct 8 '06 #4

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

Similar topics

37
4826
by: ajikoe | last post by:
Hello, Is anyone has experiance in running python code to run multi thread parallel in multi processor. Is it possible ? Can python manage which cpu shoud do every thread? Sincerely Yours,...
4
4627
by: Frank Jona | last post by:
Intellisense with C# and a multi-file assembly is not working. With VB.NET it is working. Is there a fix availible? We're using VisualStudio 2003 Regards Frank
12
3841
by: * ProteanThread * | last post by:
but depends upon the clique: ...
6
8131
by: cody | last post by:
What are multi file assemblies good for? What are the advantages of using multiple assemblies (A.DLL+B.DLL) vs. a single multi file assembly (A.DLL+A.NETMODULE)?
4
17812
by: mimmo | last post by:
Hi! I should convert the accented letters of a string in the correspondent letters not accented. But when I compile with -Wall it give me: warning: multi-character character constant Do the...
5
5957
by: Shane Story | last post by:
I can seem to get the dimensions of a frame in a multiframe tiff. After selecting activeframe, the Width/Height is still really much larger than the page's actual dimensions. When I split a...
5
3230
by: dkelly925 | last post by:
Is there a way to add an If Statement to the following code so if data in a field equals "x" it will launch one report and if it equals "y" it would open another report. Anyone know how to modify...
17
10605
by: =?Utf-8?B?R2Vvcmdl?= | last post by:
Hello everyone, Wide character and multi-byte character are two popular encoding schemes on Windows. And wide character is using unicode encoding scheme. But each time I feel confused when...
0
2293
by: Sabri.Pllana | last post by:
We apologize if you receive multiple copies of this call for papers. *********************************************************************** 2008 International Workshop on Multi-Core Computing...
1
9282
by: mknoll217 | last post by:
I am recieving this error from my code: The multi-part identifier "PAR.UniqueID" could not be bound. The multi-part identifier "Salary.UniqueID" could not be bound. The multi-part identifier...
0
7039
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,...
1
6735
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6895
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...
0
5326
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4476
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2992
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2977
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1296
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
558
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.