网站首页  词典首页

请输入您要查询的英文单词:

 

单词 option explicit
释义

option explicit

  • 网络变量须明确声明;显式变量定义;语句
1.
变量须明确声明
VB函数大全 一_一路奔波的人_新浪博客 ... 引用当前对象。 Me 变量须明确声明Option Explicit 设置缺省数据类型。 D…
blog.sina.com.cn
2.
显式变量定义
在上一个技巧里,我指出不用显式变量定义(Option Explicit)的 ASP 程序中的变量神秘地出现而且难以读懂. 同 理 , 如 果 在 ASP …
www.docin.com
3.
语句
VB程序设计... ... 6.Object 型,用于保存任何对象的引用 4,Option Explicit 语句 Set YourObject = MyObject? 指定对象引用 。 ...
read.cucdc.com
4.
在模块的声明段中使用语句
如果你还记得上节中的内容,我们提到... ... 可变类型: Variant 在模块的声明段中使用语句: Option Explicit 例: Dim Sum As Long ...
vir.jxstnu.edu.cn
5.
语句O
MICROSOFT VISUAL INTERDEV 6.0... ... OPERATOR 概述 OPTION EXPLICIT 语句O TYPE 属性 ...
www.huachu.com.cn
6.
选项
附录 ... 指定 Set 选项 Option Explicit 目前视窗的父视窗 self ...
www2.meps.tp.edu.tw

例句

释义:
1.
If you do not use the Option Explicit statement, all undeclared variables are of Object type.
如果您没有使用OptionExplicit语句,则所有未声明的变量均为Object类型。
msdn2.microsoft.com
2.
Setting Option Explicit to On has the advantage of forcing type inference to be made at compile time instead of run time.
将OptionExplicit设置为On具有在编译时(而不是在运行时)强制类型推理的优点。
msdn2.microsoft.com
3.
The code has also been changed to use Option Explicit, so all variables are declared before being used.
还可以更改代码,以使用OptionExplicit,所以,在使用之前要声明所有的变量。
www.ibm.com
4.
If you set Option Explicit to Off, you can implicitly declare a variable by simply using it in your code.
如果将OptionExplicit设置为Off,可以通过仅在代码中使用变量来隐式声明变量。
msdn2.microsoft.com
5.
You can also set Option Explicit in the Visual Studio integrated development environment (IDE) or on a command line.
您也可以在VisualStudio集成开发环境(IDE)中或命令行上设置OptionExplicit。
msdn2.microsoft.com
6.
If Option Explicit is On (the default), the compiler requires a declaration for every variable you use.
如果OptionExplicit为On(默认值),编译器将要求声明您使用的每个变量。
msdn2.microsoft.com
7.
When Option Explicit appears in a file, you must explicitly declare all variables using the Dim or ReDim statements.
当OptionExplicit出现在文件中时,必须使用Dim或ReDim语句显式声明所有变量。
msdn2.microsoft.com
8.
Option Explicit statements must specify either On or Off.
OptionExplicit语句必须指定On或Off。
msdn2.microsoft.com
9.
Modify the value in the Option Explicit box.
在“OptionExplicit”框中修改此值。
msdn2.microsoft.com
10.
Include the Option Explicit Statement (Visual Basic) at the beginning of your code.
在代码的开头包含OptionExplicit语句(VisualBasic)。
msdn2.microsoft.com
1.
To set Option Explicit in the integrated development environment (IDE)
在集成开发环境(IDE)中设置OptionExplicit
msdn2.microsoft.com
2.
Option Explicit On if you do not specify
如果您没有在代码中指定
msdn2.microsoft.com
3.
To set Option Explicit on the command line
在命令行上设置OptionExplicit
msdn2.microsoft.com
4.
Option Explicit Private db As Database
定义数据库对象
www.24xuexi.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/9 9:27:42