06-30-2024, 01:30 PM
(This post was last modified: 06-30-2024, 01:31 PM by MystikShadows.)
Hi everyone,
Please move this thread where it belongs if not here.
I just tried to declare a type end type structure but it does not work. here is the situation. I have this type
It's telling me it needs element as tpy, element=list as type or end type. I though using arrays was something that was always available to us. help please
Please move this thread where it belongs if not here.
I just tried to declare a type end type structure but it does not work. here is the situation. I have this type
Code: (Select All)
TYPE FloorData
FloorID AS LONG
FloorDescription AS STRING * 60
END TYPE
TYPE BuilddingData
Floors(9) AS FloorData <- this line is red
END TYPE
It's telling me it needs element as tpy, element=list as type or end type. I though using arrays was something that was always available to us. help please