Type Mytype
    name   as String *10
    age    as Integer
end Type如果 dim a as Mytype,则这个变量 a 有多大?String * 10 到底是什么意思?