array of strings

does anyone know how to create an array of strings to use in code? i can't quite figure it out. i looked in the msdn library, and this is what i found:

CString WordArray:: GetAt (Int(10))

but, it's not doing what i'm wanting to do with it. it's been so long since i've used vb, that i've forgotten how to create them.

thanks in advance!

Comments

  • : does anyone know how to create an array of strings to use in code? i can't quite figure it out. i looked in the msdn library, and this is what i found:
    :
    : CString WordArray:: GetAt (Int(10))
    :
    : but, it's not doing what i'm wanting to do with it. it's been so long since i've used vb, that i've forgotten how to create them.
    :
    : thanks in advance!
    :
    Dim myArray() As String 'Dynamic array
    Dim myArray(0 to 10) As String 'Static


    [blue][b][italic][size=4]P[/size]avlin [size=4]II[/italic][/size][/b][/blue]

    [purple]Don't take life too seriously anyway you won't escape alive from it![/purple]


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion