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