option explicit信息详情
强制声明变量
option───n.[计]选项;选择权;买卖的特权
explicit solution───[数]显式解;显解
explicit function───[数]显函数
explicit bias───显性偏差
explicit meaning───明确意义
GQ explicit───GQ显式
conversion option───兑换选择权;转换期权
charterers option───租船人选择权
explicit definition───显定义
code has also been changed to use Option Explicit, so all variables are declared before being used.───还可以更改代码,以使用Option Explicit,所以,在使用之前要声明所有的变量。
explicit capture option may be required to reduce some resultsets.───可能会要求显式捕获选项以减少某些结果集。
The problem is that the optional arguments have nothing explicit to indicate which option they are supposed to set.───这个问题就是,可选参数没有明确指出它们打算设置哪个选项。
If you do not use the Option Explicit statement, all undeclared variables are of Object type.───如果您没有使用OptionExplicit语句,则所有未声明的变量均为Object类型。
Setting Option Explicit to On has the advantage of forcing type inference to be made at compile time instead of run time.───将OptionExplicit设置为On具有在编译时(而不是在运行时)强制类型推理的优点。
The code has also been changed to use Option Explicit, so all variables are declared before being used.───还可以更改代码,以使用OptionExplicit,所以,在使用之前要声明所有的变量。
If you set Option Explicit to Off, you can implicitly declare a variable by simply using it in your code.───如果将OptionExplicit设置为Off,可以通过仅在代码中使用变量来隐式声明变量。
You can also set Option Explicit in the Visual Studio integrated development environment (IDE) or on a command line.───您也可以在VisualStudio集成开发环境(IDE)中或命令行上设置OptionExplicit。
If Option Explicit is On (the default), the compiler requires a declaration for every variable you use.───如果OptionExplicit为On(默认值),编译器将要求声明您使用的每个变量。