预定义常数
数据类型
这些常数可以被
TypeOf函数返回。
文件类型
这些常数可以被
Stat函数使用。
目录浏览标志
These constants are used by the
Dir and
RDir functions.
字符串常数
gb.NewLine
|
换行符,等价于Chr$(10)。
|
gb.Cr
|
Carriage return character. Equivalent to Chr$(13) .
The line terminator on old Macintoshs.
|
gb.Lf
|
Linefeed character. Equivalent to Chr$(10) .
The line terminator on Linux and co.
|
gb.CrLf
|
Carriage return followed by linefeed.
The line terminator on Windows and network protocols such as HTTP.
|
gb.Tab
|
制表符,等价于Chr$(9)。
|
排序和比较
比较方式
这些常数在每一次排序和比较中都是必须用到的。
例如,在
Array排序方法、
创建一个
Collection时或者在
String类方法,等等。
排序类型
这些常数用于在排序方法中定义排序的类型。
工作日
这些常数是
WeekDay函数的返回值。
时间段
These constants are the time periods used by the
DateAdd and
DateDiff functions.
预定义格式
数字格式
日期和时间格式
货币格式
杂项格式
字节序