Hi,
Am i doing something wrong or are UDT's limited to containing
arrays wich only have 2 dimensions maximum?
Type Test
a(0 to 1) as long
b(0 to 2, 0 to 2) as long
c(0 to 3, 0 to 3, 0 to 3) as long
End Type
As far as I can tell, a and b are allowed, but c isnt. Is this
a limitation... Will more dimensions be allowed in future versions?
-Mike
------------------
Am i doing something wrong or are UDT's limited to containing
arrays wich only have 2 dimensions maximum?
Type Test
a(0 to 1) as long
b(0 to 2, 0 to 2) as long
c(0 to 3, 0 to 3, 0 to 3) as long
End Type
As far as I can tell, a and b are allowed, but c isnt. Is this
a limitation... Will more dimensions be allowed in future versions?
-Mike
------------------
Comment