(tu) ENAY #1 Ok, unless I'm totally wrong, I've discovered you can't stick an array in a type:-Type willywonkafield dim jamflans(6,7)dim moobrains(4,5)end typeOr can I? :)
Dazman #4 Just use square brackets instead of normal brackets and miss out the Dim command (from memory):Field jamflans[6]