PerlIsGood
Programmer
..on this block of code:
Perhaps I'm not allowed to evaluation an expression in the array index...? I don't know. The exact error is: "Type Mismatch:'aryHotel'". Any help would be greatly appreciated... Notorious P.I.G.
Code:
ElseIf Config(0) = "Hotel" Then
For i = 1 To UBound(Config) Step 1
aryHotel(i-1) = Config(i)
Next
End If
Perhaps I'm not allowed to evaluation an expression in the array index...? I don't know. The exact error is: "Type Mismatch:'aryHotel'". Any help would be greatly appreciated... Notorious P.I.G.