Please tell me ..
how can i Initialise 2 dimentional integer array in visual basic 6.0 .....
if i am giving like this .. it returns error .. at (,)
Dim intScores(,) As Integer = {{75, 90}, {9, 25}, {23, 56}, {6, 12}}
please guide me ...
i want initialization as globel array ..