View Single Post
Old 04-11-2007, 06:04 AM   #1 (permalink)
wolf99
Code Monkey
 
wolf99's Avatar
 
Join Date: Jan 2006
Location: in college (again) in rural Eire
Posts: 45
wolf99 is on a distinguished road
another VB6 Noob Q: fill array at declaration

Hi

In case you didnt see my last post I am a total noob to VB (as in havnt got much of a clue) and would really appreciate a quick tip on this one.

I am delcaring a array, "lookUp"

Code:
Dim lookUp() As String
and would like to populate the array at this point so tried

Code:
Dim lookUp() As String '= New String(){"1", "2", "3"}
but no joy. I tried messing around with several combinations of this but still nothing
Is this possible to do in VBsix? (just found out char does not exist so am beginning to doubt a lot of things )
thanks
wolf99 is offline   Reply With Quote