代码搜索:Scripting
找到约 2,777 项符合「Scripting」的源代码
代码结果 2,777
www.eeworm.com/read/113072/15471095
txt 164.txt
MsgBox 函数
Microsoft® Visual Basic® Scripting Edition
MsgBox 函数
语言参考
版本 1
请参阅
描述
在对话框中显示消息,等待用户单击按钮,并返回一个值指示用户单击的按钮。
语法
MsgBox(prompt[, buttons][, title][, helpfile, context])
www.eeworm.com/read/113072/15471153
txt 218.txt
Weekday 函数
Microsoft® Visual Basic® Scripting Edition
Weekday 函数
语言参考
版本 1
请参阅
描述
返回代表一星期中某天的整数。
语法
Weekday(date, [firstdayofweek])
Weekday 函数的语法有以下参数:
参数
描述
date
可以代表日期的任
www.eeworm.com/read/113072/15471218
txt 105.txt
Filter 函数
Microsoft® Visual Basic® Scripting Edition
Filter 函数
语言参考
版本 2
请参阅
描述
返回基于零的数组,此数组包含基于指定过滤器条件的字符串数组的子集。
语法
Filter(InputStrings, Value[, Include[, Compare]])
Filter
www.eeworm.com/read/113072/15471243
txt 11.txt
在 VBScript 中使用对象
Microsoft® Visual Basic® Scripting Edition
在 VBScript 中使用对象
VBScript 教程
上一页
使用对象
无论使用的是 ActiveX™ 控件(以前称为 OLE 控件)还是 Java™ 对象,Microsoft Visual Basic Sc
www.eeworm.com/read/113072/15471276
txt 121.txt
InputBox 函数
Microsoft® Visual Basic® Scripting Edition
InputBox 函数
语言参考
版本 1
请参阅
描述
在对话框中显示提示,等待用户输入文本或单击按钮,并返回文本框内容。
语法
InputBox(prompt[, title][, default][, xpos][, ypos][, he
www.eeworm.com/read/113072/15471310
txt 198.txt
StrComp 函数
Microsoft® Visual Basic® Scripting Edition
StrComp 函数
语言参考
版本 1
描述
返回指示字符串比较结果的值。
语法
StrComp(string1, string2[, compare])
StrComp 函数的语法有以下参数:
参数
描述
string1
www.eeworm.com/read/113072/15471315
txt 270.txt
CopyFolder 方法
Microsoft® Visual Basic® Scripting Edition
CopyFolder 方法
语言参考
版本 3
请参阅 应用于
描述
将文件夹从某位置递归复制到另一位置。
语法
object.CopyFolder source, destination[, overwrite]
CopyFold
www.eeworm.com/read/192685/8363173
txt 怎么找不到filesystemobject.txt
FileSystemObject并 不 是 一 个 控 件 , 它 只 是 一 个 类 。 你 可 以 选 择 “ 工 程 |引 用 ” , 在 其 中 可 以 选 择 Microsoft Scripting Runtime。 然 后 你 就 可 以 使 用 了 , 如
'Declare variables.
Dim fso As New FileSystemObjec
www.eeworm.com/read/326993/7123405
vbp example56.vbp
Type=Exe
Reference=*\G{420B2830-E718-11CF-893D-00A0C9054228}#1.0#0#C:\PWIN98\SYSTEM\SCRRUN.DLL#Microsoft Scripting Runtime
Form=Form1.frm
Module=Module1; Module1.bas
IconForm="Form1"
Startup="For
www.eeworm.com/read/242302/13078403
txt 怎么找不到filesystemobject.txt
FileSystemObject并 不 是 一 个 控 件 , 它 只 是 一 个 类 。 你 可 以 选 择 “ 工 程 |引 用 ” , 在 其 中 可 以 选 择 Microsoft Scripting Runtime。 然 后 你 就 可 以 使 用 了 , 如
'Declare variables.
Dim fso As New FileSystemObjec