堕落的卖猪贩-做人就象做诗,一旦上了境界,就下不来了。

我的Ber客我作主,今天你Ber没有。

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

数据类型 空间 范围 note
String

平台而定

0到20亿(231
Byte 1Byte 0~255无符号
Chare 2Byte 0~65535 0~65535的无符号整型,代表Unicode字符
Char不能直接转换成数值类型必须通过Asc(),AscW()函数
Boolean 2Byte
Short 2Byte -32765~32765
Integer 4Byte -2147483648~+
Long 8Byte 很长就是了。
Sigle 4Byte 单精度浮点
Double 8Byte 双精度浮点
Decimal 12Byte
Object 4Byte
用户自定义数据类型(Structure) 用户自定义数据类型是以Structure..End Structure所定义的语句占用的内存空间位起成员的类型大小总和。

Dim intVar%
Dim lngVar&
Dim sngVar!
Dim dblVar#
Dim decVar@
Dim strVar$ 

posted on 2005-11-20 15:18  堕落的卖猪贩  阅读(1298)  评论(0编辑  收藏  举报