J
John Dann
Trying to declare a structure that will contain a couple of fixed-size
arrays. I'm trying eg:
Structure IndexRecord
Dim testarray(16) as Byte
etc
End Structure
But vb.net is refusing to let me do this saying that I can't declare a
structure with fixed size arrays. Yet the book I'm looking at shows
this as an example, albeit not with byte as the variable type.
Is there something in the VB environment that I haven't set (it is a
new vb.net installation). If not then how do I approach this please?
JGD
John Dann
www.weatherstations.co.uk (major update now online)
arrays. I'm trying eg:
Structure IndexRecord
Dim testarray(16) as Byte
etc
End Structure
But vb.net is refusing to let me do this saying that I can't declare a
structure with fixed size arrays. Yet the book I'm looking at shows
this as an example, albeit not with byte as the variable type.
Is there something in the VB environment that I haven't set (it is a
new vb.net installation). If not then how do I approach this please?
JGD
John Dann
www.weatherstations.co.uk (major update now online)