A data type suffix character (%, &, !, #, @, or $) can be appended, but is not part of the identifier.
这些符号是表示数据类型的。
Dim bulkPrice As Double
bulkPrice# = 11.400556
比如bulkPrice#表示bulkPrice 这个变量是double型。
% Integer
& Long
i Single
# Double
@ Currency
$ String
也可以看帮助lotus design help目录下的
lotusscript lanaguage-->>Scripts and Statement Construction Rules-->>Special Characters.
本文介绍了LotusScript中使用特殊字符作为数据类型后缀的方法,如#表示Double类型,%表示Integer等,并提供了示例代码。还推荐了查阅Lotus Design Help以获取更多关于特殊字符使用的详细信息。
3421





