thesatec
Goto Top

Probleme mit Zugriff auf ein Array in structure

Hallo Zusammen,

heute komme ich schon wieder nicht weiter. Ich habe folgende Structure:
  Structure DataGridValue
        Dim Pos(,) As String
    End Structure

sub
 Dim myDatagrid() As DataGridValue
  myDatagrid(0).Pos(0, 0) = "hallo"  
end sub()
Doch wenn ich das Array so belegen möchte stürzt mein Programm ab...
Muss ich noch irgendwie "REDIM" -en?

Was mache ich wohl falsch?

F.

Content-Key: 79220

Url: https://administrator.de/contentid/79220

Printed on: April 25, 2024 at 11:04 o'clock