Hi,
Couple of questions about what a type can hold.
Type T_MyType
field a%
field array[20] same as dim array(20)
end type
In the above I'm using the 'secret array method' and the type of the array can be a type e.g. array.T_Type[20]
Is what I'm doing ok? And why not just use [ ] all the time?
Thanks, Jim.