代码搜索:Scripting
找到约 2,777 项符合「Scripting」的源代码
代码结果 2,777
www.eeworm.com/read/113072/15470955
txt 315.txt
GetFile 方法
Microsoft® Visual Basic® Scripting Edition
GetFile 方法
语言参考
版本 3
请参阅 应用于
描述
返回与指定路径中某文件相应的 File 对象。
语法
object.GetFile(filespec)
GetFile 方法的语法有以下部分:
部分
描述
objec
www.eeworm.com/read/113072/15470956
txt 528.txt
ParentFolder 属性
Microsoft® Visual Basic® Scripting Edition
ParentFolder 属性
请参阅
语言参考
Attributes 属性
DateCreated 属性
DateLastAccessed 属性
DateLastModified 属性
Drive 属性
Files 属性
IsR
www.eeworm.com/read/113072/15470957
txt 80.txt
CLng 函数
Microsoft® Visual Basic® Scripting Edition
CLng 函数
请参阅
语言参考
CBool 函数
CByte 函数
CCur 函数
CDate 函数
CDbl 函数
CInt 函数
CSng 函数
CStr 函数
Int、Fix 函数
www.eeworm.com/read/113072/15470958
txt 356.txt
Raise 方法
Microsoft® Visual Basic® Scripting Edition
Raise 方法
请参阅
语言参考
Clear 方法
属性描述
Err 对象
数字属性
Source 属性
www.eeworm.com/read/113072/15470959
txt 143.txt
LBound 函数
Microsoft® Visual Basic® Scripting Edition
LBound 函数
语言参考
版本 1
请参阅
描述
返回指定数组维的最小可用下标。
语法
LBound(arrayname[, dimension])
LBound 函数的语法有以下参数:
参数
描述
arrayname
数组变量
www.eeworm.com/read/113072/15470962
txt 590.txt
Randomize 语句
Microsoft® Visual Basic® Scripting Edition
Randomize 语句
语言参考
版本 1
请参阅
描述
初始化随机数生成器。
语法
Randomize [number]
number 参数可以是任何有效的数值表达式。
说明
Randomize 使用 number 参数初始化 Rnd
www.eeworm.com/read/113072/15470963
txt 160.txt
Month 函数
Microsoft® Visual Basic® Scripting Edition
Month 函数
语言参考
版本 1
请参阅
描述
返回 1 到 12 之间的一个整数(包括 1 和 12),代表一年中的某月。
语法
Month(date)
date 参数是任意可以代表日期的表达式。如果 date 参数中包含 Null,则返回
www.eeworm.com/read/113072/15470964
txt 418.txt
And 运算符
Microsoft® Visual Basic® Scripting Edition
And 运算符
请参阅
语言参考
逻辑运算符
Not 运算符
运算符优先级
运算符概述
Or 运算符
Xor 运算符
www.eeworm.com/read/113072/15470965
txt 128.txt
Int、Fix 函数
Microsoft® Visual Basic® Scripting Edition
In、Fix 函数
请参阅
语言参考
CInt 函数
Round 函数
www.eeworm.com/read/113072/15470967
txt 378.txt
Write 方法
Microsoft® Visual Basic® Scripting Edition
Write 方法
语言参考
版本 2
请参阅 应用于
描述
向 TextStream 文件写入指定字符串。
语法
object.Write(string)
Write 方法的语法有以下部分:
部分
描述
object
必选。应为 T