代码搜索:Scripting
找到约 2,777 项符合「Scripting」的源代码
代码结果 2,777
www.eeworm.com/read/113072/15471339
txt 216.txt
VarType 函数
Microsoft® Visual Basic® Scripting Edition
VarType 函数
语言参考
版本 1
请参阅
描述
返回指示变量子类型的值。
语法
VarType(varname)
varname 参数可以是任何变量。
返回值
VarType 函数返回下列值:
常数
值
描述
www.eeworm.com/read/113072/15471345
txt 389.txt
Dictionary 对象
Microsoft® Visual Basic® Scripting Edition
Dictionary 对象
方法
语言参考
Add 方法
Exists 方法
Items 方法
Keys 方法
Remove 方法
RemoveAll 方法
www.eeworm.com/read/113072/15471346
txt 76.txt
Chr 函数
Microsoft® Visual Basic® Scripting Edition
Chr 函数
请参阅
语言参考
Asc 函数
www.eeworm.com/read/113072/15471348
txt 535.txt
SerialNumber 属性
Microsoft® Visual Basic® Scripting Edition
SerialNumber 属性
语言参考
版本 3
请参阅 应用于
描述
返回十进制序列号,用于唯一标识一个磁盘卷。
语法
object.SerialNumber
object 应为 Drive 对象的名称。
说明
可以
www.eeworm.com/read/113072/15471351
txt 127.txt
Int、Fix 函数
Microsoft® Visual Basic® Scripting Edition
Int、Fix 函数
语言参考
版本 1
请参阅
描述
返回数字的整数部分。
语法
Int(number)
Fix(number)
number 参数可以是任意有效的数值表达式。如果 number 参数包含
Null,则返回 Nul
www.eeworm.com/read/113072/15471353
txt 88.txt
CStr 函数
Microsoft® Visual Basic® Scripting Edition
CStr 函数
请参阅
语言参考
CBool 函数
CByte 函数
CCur 函数
CDate 函数
CDbl 函数
CInt 函数
CLng 函数
CSng 函数
www.eeworm.com/read/113072/15471354
txt 3.txt
编码约定
Microsoft® Visual Basic® Scripting Edition
VBScript 编码约定
VBScript 教程
上一页 | 下一页
什么是编码约定?
编码约定是帮助您使用 Microsoft Visual Basic Scripting Edition 编写代码的一些建议。编码约定包含以下内容:
对象、变量和过程的命
www.eeworm.com/read/113072/15471355
txt 299.txt
FolderExists 方法
Microsoft® Visual Basic® Scripting Edition
FolderExists 方法
请参阅
语言参考
DriveExists 方法
FileExists 方法
GetFolder 方法
GetParentFolderName 方法
www.eeworm.com/read/113072/15471356
txt 425.txt
^ 运算符
Microsoft® Visual Basic® Scripting Edition
^ 运算符
语言参考
版本 1
请参阅
描述
用于计算数的指数次方。
语法
result = number^exponent
^ 运算符的语法有以下部分:
部分
描述
result
任意数值变量。
number
任意数值表达式。
expon
www.eeworm.com/read/113072/15471357
txt 445.txt
AtEndOfLine 属性
Microsoft® Visual Basic® Scripting Edition
AtEndOfLine 属性
语言参考
版本 2
请参阅 应用于
描述
只读属性。在 TextStream 文件中,如果文件指针指向行末标记,就返回 True;否则返回 False。
语法
object.AtEndOfLine
object