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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.