2018.

  1. MarkusR

    Wish Access Fields in Type at Runtime

    hello, it seems missing if we have a type like this one Type Data(a As String,b As Int, c As Float) dim test as Data i like to have access this struct via name (and index) test.Field("a") = "abc" test.Field("b") = 123 something like foreach field in test log(field) next
Top