Types work fine in DBC ( with the extended syntax enabled )
Type mytype
chicken$
cow$
EndType
DimType mytype,animal
animal.cow$ = "moo"
animal.chicken$ = "cluck"
Print animal.cow$
Print animal.chicken$
Wait Key
That compiles, and works fine in DBC ( but is obviousely different to the methods in DBPro, thus, some might get confused. )
How do i know how to write it like that? I read the version history of DarkEdit that comes with it, it's explained in there for you.
Hope I Helped...

Team EOD :: Programmer/Logical Engineer/All-Round Nice Guy