发布网友
共2个回答
热心网友
热心网友
String用来声明变量的类型为字符串型,最多可包含大约 20 亿 ( 2^31)个字符。,格式是:
dim a as string
Integer用来声明变量的类型是数字类型,Integer 变量存储为 16位(2 个字节)的数值形式,其范围为 -32,768 到 32,767 之间。Integer 的类型声明字符是百分比符号 (%)。格式是:
dim a as Integer