News:

Function Finder  Find all the functions within source code files

Main Menu

typed arrays

Started by BlinkOk, November 18, 2015, 03:44:06 PM

Previous topic - Next topic

BlinkOk

Can i have a User Defined Type that contains a UDT Array that contains an array? Effectively a 2D Array

something like this;
Type UDTB
MyArra$(100)
EndType

Type UDTA
Stuff as UDTB(100)
EndType