清风网络
首 页 软件下载 网络学院 数码学院
网络软件 系统工具 应用软件 图形图像 多媒体类 教育教学 安全相关 行业软件 视频教学 编程开发 考试考题
游戏下载 电子书籍 娱乐下载 建站源码 网页素材 推荐下载 精品软件 常用软件 下载排行 软件分类 专题栏目
当前位置:清风下载电子书籍数据编程VBScript Language Reference
本周排行榜
·C语言程序设计
·C函数浏览
·Windows环境下32位汇编语言程序设计
·经典 C++语言教程
·MOLDFLOW 教程
·SQL/MYSQL/数据库教程专栏
·C++编程思想
·vb6程序员指南
·vc模板库手册
·vb6控件参考手册
·Borland C++ Builder
·C# Network Programming
·实用C语言详解
·vc使用大全
·vc精华文摘-api篇
推荐下载
·祖玛(Zuma)
·开屏传媒 V3.2.1
·暴风影音 V6.10.00 (官方无插件版本)
·RealPlayer v11 Gold build 6.0.14.748 简体中文版
·千千静听(TTplayer) V5.1.0 Build 1220
·紫光华宇拼音输入法 V5.0P 纯净百万词库 加强版
·整蛊邻居(Neighbours From Hell) 简体中文版
·超可爱大家来找碴 V1.0
·电脑智能驱动 集合
·CorelDRAW 9 绿色版
·中国电骡 V1.2 增强版
·PPStream 万能播放器 V1.0.4.722
·中文之星智能狂拼 III .3 适中版 Build 060612
·碟中碟3虚拟光驱 V3.78
·新浪UC V2007 Beta1
·网易POPO 金猪版
·WinRAR V3.72
·Windows Live Messenger(MSN) V8.5.1235 简体中文版
·RealONE Player V2.0 Build 6.0.11.872 简体中文版
·快车FlashGet v2.0 简体中文版
软件名称:

VBScript Language Reference

软件语言: 简体中文
界面预览:
软件类型: 国产软件 / 数据编程
运行环境: Win2003, WinXP, Win2000, Win9X
授权方式: 免费软件
软件大小: 469 KB
软件等级:
整理时间: 2005-5-16 21:33:00 [viphot]
开发商:
软件简介: VBScript Language Reference 下载, Welcome to the VBScript Language Reference

This information will help you explore the many different parts of VBScript.
Each part of the VBScript language is listed alphabetically under the Alphabetic Keyword List. If you want to examine just one category, say, objects, just click on the objects heading, and you will only see VBScript objects.

Click on a heading to the left to display a list of items contained in that category. From this list, select the topic that you want to view. Once you have opened a topic, you can easily link to other related sections.

Feel free to navigate through the various parts that make up VBScript Language Reference, and see just how versatile the VBScript language can be.



Features
Description
Version Information
List of VBScript versions by host application and list of features by version.
VBScript Features
List of features currently in VBScript.
VBA Features not in VBScript
List of features currently in Visual Basic: Applications Edition but not in VBScript.
VBScript Features not in VBA List of features in VBScript that are not in Visual Basic: Applications Edition.
Microsoft Scripting Run-Time Features List of scripting run-time features currently in VBScript.

Language Element
Description

Abs Function Returns the absolute value of a number.
Addition Operator (+) Sums two numbers.
And Operator Performs a logical conjunction on two expressions.
Array Function Returns a Variant containing an array. 
Asc Function Returns the ANSI character code corresponding to the first letter in a string.
Assignment Operator (=) Assigns a value to a variable or property.
Atn Function Returns the arctangent of a number.
Call Statement Transfers control to a Sub or Function procedure.
CBool Function Returns an expression that has been converted to a Variant of subtype Boolean.
CByte Function Returns an expression that has been converted to a Variant of subtype Byte.
CCur Function Returns an expression that has been converted to a Variant of subtype Currency.
CDate Function Returns an expression that has been converted to a Variant of subtype Date.
CDbl Function Returns an expression that has been converted to a Variant of subtype Double.
Chr Function Returns the character associated with the specified ANSI character code.
CInt Function Returns an expression that has been converted to a Variant of subtype Integer.
Class Object Provides access to the events of a created class.
Class Statement Declares the name of a class.
Clear Method Clears all property settings of the Err object. 
CLng Function Returns an expression that has been converted to a Variant of subtype Long.
Color Constants List of color constants.
Comparison Constants List of constants used in comparison operations.
Concatenation Operator (&) Forces string concatenation of two expressions. 
Const Statement Declares constants for use in place of literal values. 
Cos Function Returns the cosine of an angle.
CreateObject Function Creates and returns a reference to an Automation object.
CSng Function Returns an expression that has been converted to a Variant of subtype Single.
CStr Function Returns an expression that has been converted to a Variant of subtype String.
Date and Time Constants List of constants defining days of week and other constants used in Date and Time operations.
Date Format Constants List of constants used to format dates and times.
Date Function Returns the current system date.
DateAdd Function Returns a date to which a specified time interval has been added. 
DateDiff Function Returns the number of intervals between two dates. 
DatePart Function Returns the specified part of a given date.
DateSerial Function Returns a Variant of subtype Date for a specified year, month, and day.
DateValue Function Returns a Variant of subtype Date.
Day Function Returns a whole number between 1 and 31, inclusive, representing the day of the month.
Description Property Returns or sets a descriptive string associated with an error.
Dictionary Object Object that stores data key, item pairs.
Dim Statement Declares variables and allocates storage space.
Division Operator (/) Divides two numbers and returns a floating-point result.
Do...Loop Statement Repeats a block of statements while a condition is True or until a condition becomes True.
Empty Indicates an uninitialized variable value.
Eqv Operator Performs a logical equivalence on two expressions.
Erase Statement Reinitializes the elements of fixed-size arrays and deallocates dynamic-array storage space.
Err Object Contains information about run-time errors.
Eval Function Evaluates an expression and returns the result.
Execute Method Executes a regular expression search against a specified string.
Execute Statement Executes one or more specified statements.
ExecuteGlobal Statement Executes one or more specified statements in the global namespace of a script.
Exit Statement Exits a block of Do...Loop, For...Next, Function, or Sub code. 
Exp Function Returns e (the base of natural logarithms) raised to a power.
Exponentiation Operator (^) Raises a number to the power of an exponent.
False Keyword that has a value equal to zero.
FileSystemObject Object Provides access to a computer's file system. 
Filter Function Returns a zero-based array containing a subset of a string array based on a specified filter criteria. 
FirstIndex Property Returns the position in a search string where a match occurs.
Fix Function Returns the integer portion of a number.
For...Next Statement Repeats a group of statements a specified number of times.
For Each...Next Statement Repeats a group of statements for each element in an array or collection.
FormatCurrency Function Returns an expression formatted as a currency value using the currency symbol defined in the system control panel. 
FormatDateTime Function Returns an expression formatted as a date or time. 
FormatNumber Function Returns an expression formatted as a number. 
FormatPercent Function Returns an expression formatted as a percentage (multiplied by 100) with a trailing % character. 
Function Statement Declares the name, arguments, and code that form the body of a Function procedure.
GetLocale Function Returns the current locale ID value.
GetObject Function Returns a reference to an Automation object from a file.
GetRef Function Returns a reference to a procedure that can be bound to an event.
Global Property Sets or returns a Boolean value.
Hex Function Returns a string representing the hexadecimal value of a number.
HelpContext Property Sets or returns a context ID for a topic in a Help File. 
HelpFile Property Sets or returns a fully qualified path to a Help File
Hour Function Returns a whole number between 0 and 23, inclusive, representing the hour of the day. 
If...Then...Else Statement Conditionally executes a group of statements, depending on the value of an expression.
IgnoreCase Property Sets or returns a Boolean value that indicates if a pattern search is case-sensitive or not.
Imp Operator Performs a logical implication on two expressions.
Initialize Event
Occurs when an instance of the associated class is created.
InputBox Function Displays a prompt in a dialog box, waits for the user to input text or click a button, and returns the contents of the text box.
InStr Function Returns the position of the first occurrence of one string within another.
InStrRev Function Returns the position of an occurrence of one string within another, from the end of string. 
Int Function Returns the integer portion of a number.
Integer Division Operator (\) Divides two numbers and returns an integer result.
Is Operator Compares two object reference variables.
IsArray Function Returns a Boolean value indicating whether a variable is an array.
IsDate Function Returns a Boolean value indicating whether an expression can be converted to a date.
IsEmpty Function Returns a Boolean value indicating whether a variable has been initialized.
IsNull Function Returns a Boolean value that indicates whether an expression contains no valid data (Null).
IsNumeric Function Returns a Boolean value indicating whether an expression can be evaluated as a number.
IsObject Function Returns a Boolean value indicating whether an expression references a valid Automation object.
Join Function Returns a string created by joining a number of substrings contained in an array. 
LBound Function Returns the smallest available subscript for the indicated dimension of an array.
LCase Function Returns a string that has been converted to lowercase.
Locale ID (LCID) Chart List of Locale ID's and their associated values.
Left Function Returns a specified number of characters from the left side of a string.
Len Function Returns the number of characters in a string or the number of bytes required to store a variable. 
Length Property Returns the length of a match found in a search string.
LoadPicture Function Returns a picture object. Available only on 32-bit platforms.
Log Function Returns the natural logarithm of a number.
LTrim Function Returns a copy of a string without leading spaces.
Match Object Provides access to the read-only properties of a regular expression match.
Matches Collection Collection of regular expression Match objects.
Mid Function Returns a specified number of characters from a string.
Minute Function Returns a whole number between 0 and 59, inclusive, representing the minute of the hour.
Miscellaneous Constants List of constants that don't fit into any other category.
Mod Operator Divides two numbers and returns only the remainder.
Month Function Returns a whole number between 1 and 12, inclusive, representing the month of the year.
MonthName Function Returns a string indicating the specified month.
MsgBox Constants List of constants used with the MsgBox Function.
MsgBox Function Displays a message in a dialog box, waits for the user to click a button, and returns a value indicating which button the user clicked. 
Multiplication Operator (*) Multiplies two numbers. 
Negation Operator (-) Indicates the negative value of a numeric expression.
Not Operator Performs logical negation on an expression.
Now Function Returns the current date and time according to the setting of your computer's system date and time. 
Nothing Disassociates an object variable from any actual object. 
Null Indicates that a variable contains no valid data. 
Number Property Returns or sets a numeric value specifying an error.
Oct Function Returns a string representing the octal value of a number.
On Error Statement Enables error-handling.
Operator Precedence List showing the order of precedence for various operators used in VBScript.
Option Explicit Statement Forces explicit declaration of all variables in a script. 
Or Operator Performs a logical disjunction on two expressions.
Pattern Property Sets or returns the regular expression pattern being searched for.
Private Statement Declares private variables and allocates storage space.
PropertyGet Statement Declares the name, arguments, and code that form the body of a Property procedure that gets (returns) the value of a property.
PropertyLet Statement Declares the name, arguments, and code that form the body of a Property procedure that assigns the value of a property.
PropertySet Statement Declares the name, arguments, and code that form the body of a Property procedure that sets a reference to an object.
Public Statement Declares public variables and allocates storage space.
Raise Method Generates a run-time error.
Randomize Statement Initializes the random-number generator.
ReDim Statement Declares dynamic-array variables, and allocates or reallocates storage space at procedure level.
RegExp Object Provides simple regular expression support.
Rem Statement Includes explanatory remarks in a program.
Replace Function Returns a string in which a specified substring has been replaced with another substring a specified number of times.
Replace Method Replaces text found in a regular expression search.
RGB Function Returns a whole number representing an RGB color value.
Right Function Returns a specified number of characters from the right side of a string.
Rnd Function Returns a random number.
Round Function Returns a number rounded to a specified number of decimal places.
Run-time Errors List VBScript run-time errors.
RTrim Function Returns a copy of a string without trailing spaces. 
ScriptEngine Function Returns a string representing the scripting language in use.
ScriptEngineBuildVersion Function Returns the build version number of the scripting engine in use.
ScriptEngineMajorVersion Function Returns the major version number of the scripting engine in use.
ScriptEngineMinorVersion Function Returns the minor version number of the scripting engine in use. 
Second Function Returns a whole number between 0 and 59, inclusive, representing the second of the minute.
Select Case Statement Executes one of several groups of statements, depending on the value of an expression.
Set Statement Assigns an object reference to a variable or property.
SetLocale Function Sets the global locale and returns the previous locale.
Sgn Function Returns an integer indicating the sign of a number.
Sin Function Returns the sine of an angle.
Source Property Returns or sets the name of the object or application that originally generated the error.
Space Function Returns a string consisting of the specified number of spaces.
Split Function Returns a zero-based, one-dimensional array containing a specified number of substrings.
Sqr Function Returns the square root of a number. 
StrComp Function Returns a value indicating the result of a string comparison. 
String Constants List of string constants.
String Function Returns a repeating character string of the length specified.
StrReverse Function Returns a string in which the character order of a specified string is reversed.
Sub Statement Declares the name, arguments, and code that form the body of a Sub procedure.
Subtraction Operator (-) Finds the difference between two numbers or indicates the negative value of a numeric expression.
Syntax Errors List VBScript syntax errors.
Tan Function Returns the tangent of an angle.
Terminate Event
Occurs when an instance of the associated class is terminated.
Test Method Executes a regular expression search against a specified string.
Time Function Returns a Variant of subtype Date indicating the current system time.
Timer Function Returns the number of seconds that have elapsed since 12:00 AM (midnight).
TimeSerial Function Returns a Variant of subtype Date containing the time for a specific hour, minute, and second.
TimeValue Function Returns a Variant of subtype Date containing the time.
Trim Function Returns a copy of a string without leading or trailing spaces.
Tristate Constants Use them anywhere in your code to represent the values shown for each.
True Keyword that has a value equal to -1.
TypeName Function Returns a string that provides Variant subtype information about a variable.
UBound Function Returns the largest available subscript for the indicated dimension of an array.
UCase Function Returns a string that has been converted to uppercase.
Value Property Returns the value or text of a match found in a search string.
VarType Constants List of constants that define Variant subtypes.
VarType Function Returns a value indicating the subtype of a variable.
VBScript Constants Various categories of constants provided in VBScript.
Weekday Function Returns a whole number representing the day of the week.
WeekdayName Function Returns a string indicating the specified day of the week.
While...Wend Statement Executes a series of statements as long as a given condition is True.
With Statement Executes a series of statements on a single object.
Xor Operator Performs a logical exclusion on two expressions.
Year Function Returns a whole number representing the year.

Language Element
Description
Color Constants List of color constants.
Comparison Constants List of constants used in comparison operations.
Date and Time Constants List of constants defining days of week and other constants used in Date and Time operations.
Date Format Constants List of constants used to format dates and times.
Locale ID (LCID) Chart List of Locale ID's and their associated values.
Miscellaneous Constants List of constants that don't fit into any other category.
MsgBox Constants List of constants used with the MsgBox Function.
String Constants List of string constants.
Tristate Constants Use them anywhere in your code to represent the values shown for each.
VarType Constants List of constants that define Variant subtypes.
VBScript Constants Various categories of constants provided in VBScript.

Errors
Description
Run-time Errors
List of VBScript run-time errors.
Syntax Errors
List of VBScript syntax errors.

Language Element
Description
Initialize Event
Occurs when an instance of the associated class is created.
Terminate Event
Occurs when an instance of the associated class is terminated.

Language Element
Description
Abs Function Returns the absolute value of a number.
Array Function Returns a Variant containing an array. 
Asc Function Returns the ANSI character code corresponding to the first letter in a string.
Atn Function Returns the arctangent of a number.
CBool Function Returns an expression that has been converted to a Variant of subtype Boolean.
CByte Function Returns an expression that has been converted to a Variant of subtype Byte.
CCur Function Returns an expression that has been converted to a Variant of subtype Currency.
CDate Function Returns an expression that has been converted to a Variant of subtype Date.
CDbl Function Returns an expression that has been converted to a Variant of subtype Double.
Chr Function Returns the character associated with the specified ANSI character code.
CInt Function Returns an expression that has been converted to a Variant of subtype Integer.
CLng Function Returns an expression that has been converted to a Variant of subtype Long.
Cos Function Returns the cosine of an angle.
CreateObject Function Creates and returns a reference to an Automation object.
CSng Function Returns an expression that has been converted to a Variant of subtype Single.
CStr Function Returns an expression that has been converted to a Variant of subtype String.
Date Function Returns the current system date.
DateAdd Function Returns a date to which a specified time interval has been added. 
DateDiff Function Returns the number of intervals between two dates. 
DatePart Function Returns the specified part of a given date.
DateSerial Function Returns a Variant of subtype Date for a specified year, month, and day.
DateValue Function Returns a Variant of subtype Date.
Day Function Returns a whole number between 1 and 31, inclusive, representing the day of the month.
Eval Function Evaluates an expression and returns the result.
Exp Function Returns e (the base of natural logarithms) raised to a power.
Filter Function Returns a zero-based array containing subset of a string array based on a specified filter criteria. 
Fix Function Returns the integer portion of a number.
FormatCurrency Function Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
FormatDateTime Function Returns an expression formatted as a date or time. 
FormatNumber Function Returns an expression formatted as a number. 
FormatPercent Function Returns an expression formatted as a percentage (multiplied by 100) with a trailing % character. 
GetLocale Function Returns the current locale ID value.
GetObject Function Returns a reference to an Automation object from a file.
GetRef Function Returns a reference to a procedure that can be bound to an event.
Hex Function Returns a string representing the hexadecimal value of a number.
Hour Function Returns a whole number between 0 and 23, inclusive, representing the hour of the day. 
InputBox Function Displays a prompt in a dialog box, waits for the user to input text or click a button, and returns the contents of the text box.
InStr Function Returns the position of the first occurrence of one string within another.
InStrRev Function Returns the position of an occurrence of one string within another, from the end of string. 
Int Function Returns the integer portion of a number.
IsArray Function Returns a Boolean value indicating whether a variable is an array.
IsDate Function Returns a Boolean value indicating whether an expression can be converted to a date.
IsEmpty Function Returns a Boolean value indicating whether a variable has been initialized.
IsNull Function Returns a Boolean value that indicates whether an expression contains no valid data (Null).
IsNumeric Function Returns a Boolean value indicating whether an expression can be evaluated as a number.
IsObject Function Returns a Boolean value indicating whether an expression references a valid Automation object.
Join Function Returns a string created by joining a number of substrings contained in an array. 
LBound Function Returns the smallest available subscript for the indicated dimension of an array.
LCase Function Returns a string that has been converted to lowercase.
Left Function Returns a specified number of characters from the left side of a string.
Len Function Returns the number of characters in a string or the number of bytes required to store a variable. 
LoadPicture Function Returns a picture object. Available only on 32-bit platforms.
Log Function Returns the natural logarithm of a number.
LTrim Function Returns a copy of a string without leading spaces.
Mid Function Returns a specified number of characters from a string.
Minute Function Returns a whole number between 0 and 59, inclusive, representing the minute of the hour.
Month Function Returns a whole number between 1 and 12, inclusive, representing the month of the year.
MonthName Function Returns a string indicating the specified month. 
MsgBox Function Displays a message in a dialog box, waits for the user to click a button, and returns a value indicating which button the user clicked. 
Now Function Returns the current date and time according to the setting of your computer's system date and time. 
Oct Function Returns a string representing the octal value of a number.
Replace Function Returns a string in which a specified substring has been replaced with another substring a specified number of times.
RGB Function Returns a whole number representing an RGB color value. 
Right Function Returns a specified number of characters from the right side of a string.
Rnd Function Returns a random number.
Round Function Returns a number rounded to a specified number of decimal places.
RTrim Function Returns a copy of a string without trailing spaces. 
ScriptEngine Function Returns a string representing the scripting language in use.
ScriptEngineBuildVersion Function Returns the build version number of the scripting engine in use.
ScriptEngineMajorVersion Function Returns the major version number of the scripting engine in use.
ScriptEngineMinorVersion Function Returns the minor version number of the scripting engine in use.
Second Function Returns a whole number between 0 and 59, inclusive, representing the second of the minute.
SetLocale Function Sets the global locale and returns the previous locale.
Sgn Function Returns an integer indicating the sign of a number.
Sin Function Returns the sine of an angle.
Space Function Returns a string consisting of the specified number of spaces.
Split Function Returns a zero-based, one-dimensional array containing a specified number of substrings.
Sqr Function Returns the square root of a number. 
StrComp Function Returns a value indicating the result of a string comparison. 
String Function Returns a repeating character string of the length specified.
StrReverse Function Returns a string in which the character order of a specified string is reversed.
Tan Function Returns the tangent of an angle.
Time Function Returns a Variant of subtype Date indicating the current system time.
Timer Function Returns the number of seconds that have elapsed since 12:00 AM (midnight).
TimeSerial Function Returns a Variant of subtype Date containing the time for a specific hour, minute, and second.
TimeValue Function Returns a Variant of subtype Date containing the time.
Trim Function Returns a copy of a string without leading or trailing spaces.
TypeName Function Returns a string that provides Variant subtype information about a variable.
UBound Function Returns the largest available subscript for the indicated dimension of an array.
UCase Function Returns a string that has been converted to uppercase.
VarType Function Returns a value indicating the subtype of a variable.
Weekday Function Returns a whole number representing the day of the week.
WeekdayName Function Returns a string indicating the specified day of the week.
Year Function Returns a whole number representing the year.

Language Element
Description
Clear Method Clears all property settings of the Err object. 
Execute Method Executes a regular expression search against a specified string.
Raise Method Generates a run-time error.
Replace Method Replaces text found in a regular expression search.
Test Method Executes a regular expression search against a specified string.

Language Element
Description
Class Object Provides access to the events of a created class.
Dictionary Object Object that stores data key, item pairs.
Err Object Contains information about run-time errors.
FileSystemObject Object Provides access to a computer's file system. 
Match Object Provides access to the read-only properties of a regular expression match.
Matches Collection Collection of regular expression Match objects.
RegExp Object Provides simple regular expression support.

Language Element
Description
Addition Operator (+) Sums two numbers.
And Operator Performs a logical conjunction on two expressions.
Assignment Operator (=) Assigns a value to a variable or property.
Concatenation Operator (&) Forces string concatenation of two expressions.
Division Operator (/) Divides two numbers and returns a floating-point result.
Eqv Operator Performs a logical equivalence on two expressions.
Exponentiation Operator (^) Raises a number to the power of an exponent.
Imp Operator Performs a logical implication on two expressions.
Integer Division Operator (\) Divides two numbers and returns an integer result.
Is Operator Compares two object reference variables.
Mod Operator Divides two numbers and returns only the remainder.
Multiplication Operator (*) Multiplies two numbers.
Negation Operator (-) Indicates the negative value of a numeric expression.
Not Operator Performs logical negation on an expression.
Operator Precedence List showing the order of precedence for various operators used in VBScript.
Or Operator Performs a logical disjunction on two expressions.
Subtraction Operator (-) Finds the difference between two numbers or indicates the negative value of a numeric expression.
Xor Operator Performs a logical exclusion on two expressions.

Language Element
Description
Description Property Returns or sets a descriptive string associated with an error.
FirstIndex Property Returns the position in a search string where a match occurs.
Global Property Sets or returns a Boolean value.
HelpContext Property Sets or returns a context ID for a topic in a Help File. 
HelpFile Property Sets or returns a fully qualified path to a Help File
IgnoreCase Property Sets or returns a Boolean value that indicates if a pattern search is case-sensitive or not.
Length Property Returns the length of a match found in a search string.
Number Property Returns or sets a numeric value specifying an error.
Pattern Property Sets or returns the regular expression pattern being searched for.
Source Property Returns or sets the name of the object or application that originally generated the error.
Value Property Returns the value or text of a match found in a search string.

Language Element
Description
Call Statement Transfers control to a Sub or Function procedure.
Class Statement Declares the name of a class.
Const Statement Declares constants for use in place of literal values. 
Dim Statement Declares variables and allocates storage space.
Do...Loop Statement Repeats a block of statements while a condition is True or until a condition becomes True.
Erase Statement Reinitializes the elements of fixed-size arrays and deallocates dynamic-array storage space.
Execute Statement Executes one or more specified statements.
ExecuteGlobal Statement Executes one or more specified statements in the global namespace of a script.
Exit Statement Exits a block of Do...Loop, For...Next, Function, or Sub code. 
For...Next Statement Repeats a group of statements a specified number of times.
For Each...Next Statement Repeats a group of statements for each element in an array or collection.
Function Statement Declares the name, arguments, and code that form the body of a Function procedure.
If...Then...Else Statement Conditionally executes a group of statements, depending on the value of an expression.
On Error Statement Enables error-handling.
Option Explicit Statement Forces explicit declaration of all variables in a script. 
Private Statement Declares private variables and allocates storage space.
PropertyGet Statement Declares the name, arguments, and code that form the body of a Property procedure that gets (returns) the value of a property.
PropertyLet Statement Declares the name, arguments, and code that form the body of a Property procedure that assigns the value of a property.
PropertySet Statement Declares the name, arguments, and code that form the body of a Property procedure that sets a reference to an object.
Public Statement Declares public variables and allocates storage space.
Randomize Statement Initializes the random-number generator.
ReDim Statement Declares dynamic-array variables and allocates or reallocates storage space at procedure level.
Rem Statement Includes explanatory remarks in a program.
Select Case Statement Executes one of several groups of statements, depending on the value of an expression.
Set Statement Assigns an object reference to a variable or property.
Sub Statement Declares the name, arguments, and code that form the body of a Sub procedure.
While...Wend Statement Executes a series of statements as long as a given condition is True.
With Statement Executes a series of statements on a single object.
下载页面:
  • 点击进入VBScript Language Reference 下载页面
  • 相关软件:
  • Cisco IOS LAN Switching Command Reference(2005)
  • The Wonders of the English Language
  • C++ProgrammingLanguage
  • Java Programming Language Workshop(SL-285)
  • Configuring HP-UX For Different Language
  • Oracle9i The Complete Reference
  • How to Learn Any Language
  • Photoshop CS2 All-in-One Desk Reference
  • Tools and features illustrated ready reference
  • APPZ SCANSOFT.PAPERPORT.PROFESSIONAL.V11.0.MULTILANGUAGE.ISO
  • 相关文章:
  • ASP.NET 2.0 Language Swithcer and Theme Swicher 多语言转换和多样式主题转换
  • 用VBScript实现对Windows注册表的修改
  • RFC4012-Routing Policy Specification Language next generation (RPSLng)
  • RFC3529 - Using Extensible Markup Language-Remote Procedure Calling (XML-RPC) in Blocks Extensible Exchange Protocol (BEEP)
  • RFC3282 - Content Language Headers
  • RFC1766 - Tags for the Identification of Languages
  • 开机提示no language support detected
  • ASP学习:VBScript WeekdayName 函数
  • ASP开发中的(VBScript)类基础学习
  • VBScript新手入门初学教程:VBScript运算符
  • 相关搜索:
    中搜索VBScript Language Reference 中搜索VBScript Language Reference
    中搜索VBScript Language Reference 中搜索VBScript Language Reference
    上一个:MultiProxy V1.2a 汉化版
    下一个:贴图专家 V2.2 Build 20050823

    VBScript Language Reference 相关说明:
    * 本站软件不含任何流氓插件和木马病毒,全部绿色软件!请各位放心使用!如有问题,请告知我们!
    * 注意:由于下载人数过多,必须使用下载工具下载本站软件,例如迅雷下载本站软件.
    * 本站的默认解压密码是:www.viphot.com,如果下载软件有问题请联系e9wind@qq.com。
    * 任何网站不得非法盗链及抄袭本站资源;如引用页面,请注明来自清风下载,谢谢您的支持!
    * 本站允许500人同时下载,如果出现Service Unavailable,请用下载工具多试几次,谢谢!
    * 请一定升级到最新版[WinRAR]才能正常解压本站提供的软件;如有其它问题,欢迎发信联系管理员
    * 本站不提供任何破解版,破解补丁,注册机,注册码,等侵犯软件作者版权的软件下载,但本站会尽量提供共享免费版的软件让大家下载.
    * 本站为非营利性站点,所有资源均是网上搜集或私下交流学习之用,任何涉及商业盈利目的均不得使用,否则产生的一切后果将由您自己承担!本站仅仅提供一个观摩学习的环境,将不对任何资源负法律责任。所有资源请在下载后24小时内删除。如果您觉得满意,请购买正版!
    | 帮助(?) | 版权声明 | 友情连接 | 关于我们 | 信息发布
    Copyright 2007 www.viphot.com All Rights Reserved. 鄂ICP备05000083号 Powered by:viphot