|
-
Dec 29th, 2004, 06:32 PM
#1
Thread Starter
Frenzied Member
Array Tip
Hello, I remember someone (recently) gave a tip of how to declare an array that would already have items inside.
Just what you can do with C# and Java:
Code:
String[] szArray = new String[]{"1", "2", "3"};
Does anyone remember which was the way to do it in VB6? I remember I saw it here but I can't find it.
Thank you!
Last edited by Tec-Nico; Dec 29th, 2004 at 07:04 PM.
We miss you, friend...  Rest in Peace, we will take care of the rest of it.
[vbcode]
On Error Me.Fault = False
[/vbcode]
- Silence is the human way to share ignorance
Tec-Nico
-
Dec 29th, 2004, 06:39 PM
#2
Fanatic Member
-
Dec 29th, 2004, 07:03 PM
#3
Thread Starter
Frenzied Member
Re: Array Tip
Thank you, it is not as nice as I remember it to be.
We miss you, friend...  Rest in Peace, we will take care of the rest of it.
[vbcode]
On Error Me.Fault = False
[/vbcode]
- Silence is the human way to share ignorance
Tec-Nico
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|