option explicit的意思
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(默認值),編譯器將要求聲明您使用的每個變量。