unfortunatly you can't Holden ...
however you could use a string array to save all the data you need...
so like
dim Monster$(NUM_MONSTERS,6)
then you add simple using
Monster$(1,1) = str$([variable])
and read the variable with val([variable string])
that will no doubt slow your game, but is around the onlyway to have a contained array.
you could always have several arrays names the same
like
Monster_Name$(NUM_MONSTER)
Monster_Health#(NUM_MONSTER)
then input like that i mean more arrays, but achieves what you want.
you should try
Dark Edit as that is a pretty good editor which will recode DarkBasic before compiling allowing you to use basic types
Anata aru kowagaru no watashi! 