Results 1 to 3 of 3

Thread: Array Tip

  1. #1

    Thread Starter
    Frenzied Member Tec-Nico's Avatar
    Join Date
    Jun 2002
    Location
    México
    Posts
    1,192

    Resolved 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

  2. #2
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Array Tip

    See following thread in this forum:

    http://www.vbforums.com/showthread.php?t=317541

    VBAhack

  3. #3

    Thread Starter
    Frenzied Member Tec-Nico's Avatar
    Join Date
    Jun 2002
    Location
    México
    Posts
    1,192

    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
  •  



Click Here to Expand Forum to Full Width