Sideway
output.to from Sideway
Draft for Information Only

Content

VBScript Elements
  List of VBScript Language Elements
   Related Host Application
   Sources

VBScript Elements

List of VBScript Language Elements

FuncNameDescriptionVersionLastReview- OperatorSubtraction operator is used to create a value by finding the difference between two numbers or by negating the value of a numeric expression.1last updated 17 Nov 2017' Statementapostrophe ' is used to indicate that following of the line is an included explanatory remarks comment expresseion or statement in a program.1last updated 18 Nov 2017& Operator&amp; or and concatenating operator is used to create a value by forcing a string concatenation of two expressions.1last updated 17 Nov 2017* OperatorMultiplication operator is used to create a value by multiplying two numbers.1last updated 17 Nov 2017/ OperatorDivision operator is used to create a value by dividing two numbers and obtaining a floating-point result.1last updated 17 Nov 2017\ OperatorInteger division operator (\) is used to create a value by dividing two numbers and obtaining an integer result.1last updated 17 Nov 2017^ OperatorExponentiation operator is used to create a value by raising a number to the power of an exponent.1last updated 17 Nov 2017+ OperatorAddition operator or plus concatenating operator is used to create a value by summing two numeric expressions or by concatenating two string expressions1last updated 17 Nov 2017< OperatorLess than operator is used to create a value by comparing that the first expression is less than the second expression.1last updated 17 Nov 2017<= OperatorLess than or equal to operator is used to create a value by comparing that the first expression is less than or equal to the second expression.1last updated 17 Nov 2017<> OperatorNot equal to operator is used to create a value by comparing that the first and second expressions are not equal to each other.1last updated 17 Nov 2017= OperatorComparing equal to operator is used to create a value by comparing that the first and second expressions are equal to each other. While assigning equal to operation is used to assign a value to variable1 copied the second expressions.1last updated 17 Nov 2017> OperatorGreater than operator is used to create a value by comparing that the first expression is greater than the second expression.1last updated 17 Nov 2017>= OperatorGreater than or equal to operator is used to create a value by comparing that the first expression is greater than or equal to the second expression.1last updated 17 Nov 2017Abs FunctionCreate an unsigned magnitude, or the absolute value of a given number.1last updated 16 Sep 2017Add Methodis to add a given key and item pair to the associated Dictionary Object.last updated 09 Dec 2017Add Methodis to add a new folder of the given folderName to the associated Folders collection.last updated 16 Dec 2017And OperatorAnd logic operator is used to create a value by performing a logical conjunction on two logic expressions or bitwise logical conjunction on two numeric digit expressions.1last updated 18 Nov 2017Array FunctionCreate a zero-based one-dimensional array from a given comma-delimited list of values by arranging the elements of the ordered list as members of the array.2last updated 16 Sep 2017Asc FunctionCreate an ANSI character code number from the first character of a given string by encoding the first character of the given string as the associated ANSI character of the ANSI character code.1last updated 16 Sep 2017AscB FunctionCreate a Byte from the first byte of the character code of first character of a given string.1last updated 16 Sep 2017AscW FunctionCreate a decimal Unicode (wide) character code from the character code of first character of a given string.1last updated 16 Sep 2017AtEndOfLine Propertyis to return a Boolean value indicating the file pointer of associated TextStream Object is positioned immediately before the end-of-line marker with True or is not with False.last updated 17 Dec 2017AtEndOfStream Propertyis to return a Boolean value indicating the file pointer of associated TextStream Object is at the end of file with True or is not with False.last updated 17 Dec 2017Atn FunctionConverts a given number to an angle in radian by taking the inverse trigonometric function of tangent function of the given number.1last updated 16 Sep 2017Attributes Propertyis to set, if optional newattributes is given and attribute is a read/write attribute, or to return the attributes of a folder or file of associated Folder or File Object.last updated 16 Dec 2017AvailableSpace Propertyis to return the amount of space available to a user on a drive or network share of associated Drive Object.last updated 14 Dec 2017BuildPath Methodis to append a given name to the specified existing path.last updated 13 Dec 2017Call Statementto transfers control to a Sub or Function procedure.1last updated 21 Nov 2017CBool FunctionCreate a Boolean result value of a given expression.1last updated 16 Sep 2017CByte FunctionCreate a Byte data subtype value from a given expression.1last updated 16 Sep 2017CCur FunctionCreate a Currency data subtype value from a given expression.1last updated 16 Sep 2017CDate FunctionCreate a Date data subtype value from a given expression.1last updated 16 Sep 2017CDbl FunctionCreate a Double data subtype value from a given expression.1last updated 16 Sep 2017Chr FunctionCreate an ANSI character string from a given charcode by evaluating the given charcode as the ANSI character code of the associated character.1last updated 16 Sep 2017ChrB FunctionCreate a character string from a given charcode by evaluating the given charcode as the Byte code of the associated character.1last updated 16 Sep 2017ChrW FunctionCreate a character string from a given charcode by evaluating the given charcode as the Unicode (wide) character code or Unicode/DBCS of the associated Unicode character.1last updated 16 Sep 2017CInt FunctionCreate an Integer data subtype value from a given expression.1last updated 17 Sep 2017Class Objectis to provide a class of user-defined types Object created by the Class statement.5last updated 06 Dec 2017Class Statementto declares a class by a specified name, as well as a definition of the variables, properties, and methods that comprise the class.5last updated 21 Nov 2017Clear Methodis to clear all property settings of the Err object.1last updated 10 Dec 2017CLng FunctionCreate a Long data subtype value from a given expression.1last updated 17 Sep 2017Close Methodis to close the associated TextStream Object.last updated 16 Dec 2017Column Propertyis to return the column number of the current character position in a line of a file of associated TextStream Objectlast updated 17 Dec 2017CompareMode Propertyis to set, if optional comparenew is given, or to return the comparison mode for comparing string keys of associated Dictionay Object.last updated 09 Dec 2017Const Statementto declare constants for use in place of literal values.5, 2last updated 21 Nov 2017Copy Methodis to copy the associated file or folder object to the specified destination according to the specified overwrite setting.last updated 16 Dec 2017CopyFile Methodis to copy one or more given source files to the specified destination according to the specified overwrite setting.last updated 13 Dec 2017CopyFolder Methodis to recursively copy the given source folder to the specified destination according to the specified overwrite settinglast updated 13 Dec 2017Cos FunctionConverts a given number to the cosine of the given number by taking the given number as an angle in radian.1last updated 17 Sep 2017Count Propertyis to return the read-only number of elements in the associated Collection or Object.last updated 09 Dec 2017CreateFolder Methodis to create a folder.object of the specified foldername.last updated 14 Dec 2017CreateObject FunctionCreate a reference to an automation object specified by servername and typename arguments of the object on a location according to the location argument.2last updated 17 Sep 2017CreateTextFile Methodis to create the given filename file according to the overwrite setting.and to return the associated textStream object that can be used to read from or write to the created file.last updated 14 Dec 2017CSng FunctionCreate a Single data subtype value from a given expression.1last updated 17 Sep 2017CStr FunctionCreate a String data subtype value from a given expression.1last updated 17 Sep 2017Date FunctionCreate a date part of the date from the current date of a local computer system with format according to the date setting of the local computer system.1last updated 17 Sep 2017DateAdd FunctionCreate a date from a given date by adding the specified number of interval to the given date.2last updated 17 Sep 2017DateCreated Propertyis to return the date and time that the folder or file of associated Folder or File Object was created.last updated 16 Dec 2017DateDiff FunctionCreate a number from two given dates by counting the specified interval from date1 to date2 according to firstdayofweek and firstweekofyear setting.2last updated 18 Sep 2017DateLastAccessed Propertyis to return the date and time that the folder or file of associated Folder or File Object was last accessed.last updated 16 Dec 2017DateLastModified Propertyis to return the date and time that the folder or file of associated Folder or File Object was last modified.last updated 16 Dec 2017DatePart FunctionCreate a Integer from a given valid Date expression according the the specified interval argument, and firstdayofweek and firstweekofyear settings.2last updated 18 Sep 2017DateSerial FunctionCreate a date from given numeric expressions of year, month, and day.1last updated 18 Sep 2017DateValue FunctionCreate a date part of date from a given acceptable date string.1last updated 18 Sep 2017Day FunctionCreate an Integer with value between 1 and 31 inclusive for representing the 31 days of a month respectively from a given date expression by getting the day part of the given date expression.1last updated 18 Sep 2017Debug Objectis to provide simple intrinsic global support to a script debugger, such as the Microsoft Script Debugger.3last updated 10 Dec 2017Delete Methodis to delete the associated file or folder object according to the force setting.last updated 16 Dec 2017DeleteFile Methodis to delete the given filespec file according to the force setting.last updated 14 Dec 2017DeleteFolder Methodis to delete the given folderspec folder and its contents according to the force setting.last updated 14 Dec 2017Description Propertyis to set, if optional stringexpression is given, or to return the Description Property Value of Err Object.1last updated 10 Dec 2017Dictionary Objectis to provide simple key and item paired data storage.last updated 09 Dec 2017Dim Statementto declare variables and allocates storage space for the specified variable name.1last updated 21 Nov 2017Do…Loop Statementto repeat a block of statements either while a condition is True or until a condition is True.1last updated 18 Nov 2017Drive Objectis to provide access to a drive or network share of a computer's file system.last updated 14 Dec 2017Drive Propertyis to return the drive letter of a drive on which the folder or file of associated Folder or File Object resides.last updated 16 Dec 2017DriveExists Methodis to return a Boolean value indicating the drive of the given drivespec exist with True or does not exist with False.last updated 14 Dec 2017DriveLetter Propertyis to return the drive letter of a drive or a network share of associated Drive Object.last updated 14 Dec 2017Drives Collectionis to provide access to all available drives or network shares inside the file system as a single object.last updated 14 Dec 2017Drives Propertyis to return a Drives Collection consisting of all Drive objects available in the file system.last updated 14 Dec 2017DriveType Propertyis to returns a value indicating the type of a Drive of associated Drive Object.last updated 14 Dec 2017Emptyto specify an uninitialized variable1last updated 26 Nov 2017Eqv OperatorEqv logic operator is used to create a value by performing a logical equivalence or XorNot on two logic expressions or bitwise logical exclusion on two numeric digit expressions.1last updated 18 Nov 2017Erase Statementto reinitializes the elements of fixed-size arrays and to deallocate dynamic-array storage space.1last updated 21 Nov 2017Err Objectis to provide simple intrinsic global support for containing information about run-time errors.1last updated 10 Dec 2017Escape FunctionCreate a String from a given charString by encodeing the unallowable characters of the given charString by the correpsonding character code. While the allowable characters, i.e. *, +, -, ., 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, @, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, _, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, of the given charString remains unchanged.5last updated 18 Sep 2017Eval FunctionCreate a evaluation result from a given expression.5last updated 18 Sep 2017Execute Methodis to executes a regular expression search against a specified string.5last updated 11 Dec 2017Execute Statementto executes one or more specified statements.5last updated 21 Nov 2017ExecuteGlobal Statementto execute one or more specified statements in the global namespace of a script.5last updated 22 Nov 2017Exists Methodis to return a Boolean value indicating the given key exist with True or does not exist with False.last updated 09 Dec 2017Exit Statementto exit a block of Do…Loop, For…Next, Function, or Sub code.1last updated 22 Nov 2017Exp FunctionConverts a given number to the base of natural logarithms, e, raised to a power of the given number.1last updated 18 Sep 2017Falseto specify a Boolean False1last updated 26 Nov 2017File Objectis to provide access to a file.inside a folder of a computer's file system.last updated 16 Dec 2017FileExists Methodis to return a Boolean value indicating the file of the given filespec exist with True or does not exist with False.last updated 14 Dec 2017Files Collectionis to provide access to all available files inside folder as a single object.last updated 16 Dec 2017Files Propertyis to return a Files Collection consisting of all File objects including those with hidden and system file attributes in a folder of associated Folder Object,last updated 16 Dec 2017FileSystem Propertyis to return the type of file system in use for the drive of associated Drive Object.last updated 15 Dec 2017FileSystemObject Objectis to provide access to a computer's file system.last updated 13 Dec 2017Filter FunctionCreate a zero-based array by filtering a given InputStrings according to the specified search Value, and the specified Include and Compare settings.2last updated 18 Sep 2017FirstIndex Propertyis to return the position in a search string where a match of associated Match Object occurs.5last updated 11 Dec 2017Fix FunctionCreate an integer value of a given number that is equal to the integer part of the given number by removing the fractional part or non-integer part of the given number.1last updated 19 Sep 2017Folder Objectis to provide access to a folder of a computer's file system..last updated 16 Dec 2017FolderExists Methodis to return a Boolean value indicating the folder of the given folderspec exist with True or does not exist with False..last updated 14 Dec 2017Folders Collectionis to provide access to all available folders inside a folder as a single object.last updated 16 Dec 2017For Each…Next Statementto repeat a block of statements for each element in an array or collection group.2last updated 19 Nov 2017For…Next Statementto repeat a block of statements for a number of times according to the specified start To end and step Step settings of the counter.1last updated 19 Nov 2017FormatCurrency FunctionCreate a string of a formatted currency value expression with a currency symbol defined in the local computer's regional settings from a given numeric or is evaluated as numeric expression according to local system settings and specified arguments.2last updated 18 Sep 2017FormatDateTime FunctionCreate a string of a formatted date or time value expression from a given date or is evaluated as date expression according to local system settings and specified arguments.2last updated 18 Sep 2017FormatNumber FunctionCreate a string of a formatted number value expression from a given numeric or is evaluated as numeric expression according to local system settings and specified arguments.2last updated 18 Sep 2017FormatPercent FunctionCreate a string of a formatted percentage value expression from a given numeric or is evaluated as numeric expression by multiplying the numeric value with 100 and adding a trailing % character according to local system settings and specified arguments.2last updated 19 Sep 2017FreeSpace Propertyis to return the amount of free space available to a user on a drive or network share of associated Drive Object.last updated 15 Dec 2017Function Statementto declare the name, arguments, and code that form the body of a Function procedure.1last updated 22 Nov 2017GetAbsolutePathName Methodis to return a complete and unambiguous absolute path name from given pathspec path.last updated 14 Dec 2017GetBaseName Methodis to return a string containing the base name of the last component, less any file extension, in given path.last updated 14 Dec 2017GetDrive Methodis to return a Drive object according to the drive component of the given drivespec.last updated 14 Dec 2017GetDriveName Methodis to return a string containing the drive name of drive component of the given path.last updated 14 Dec 2017GetExtensionName Methodis to return the file extension of the last file component of the given pathlast updated 14 Dec 2017GetFile Methodis to return a File Object according to the file of given filespec path.last updated 14 Dec 2017GetFileName Methodis to return the file namer of a file component according to the last component of given pathspec path.last updated 14 Dec 2017GetFileVersion Methodis to return the version number of a file component according to the last component of given pathspec path.last updated 14 Dec 2017GetFolder Methodis to return a Folder object according to the given folderspec path.last updated 14 Dec 2017GetLocale FunctionCreate a number from the scripting engine of the local system to indicate the current locale ID value of scripting language in use.5last updated 19 Sep 2017GetObject FunctionCreate a reference to an automation object from a file specified by pathname argument and/or a class of the object specified by the appname and objectype argumens of the class argument.5,2last updated 19 Sep 2017GetParentFolderName Methodis to return a string containing the name of the parent folder of the last component in a given path.last updated 14 Dec 2017GetRef FunctionCreate a reference to a procedure specified by procname argument.5last updated 19 Sep 2017GetSpecialFolder Methodis to return a special Folder Object according to the given folderspec.last updated 14 Dec 2017GetStandardStream Methodis to return a standard TextStream Object according to the given standardStreamType setting and specified optional unicode setting.last updated 14 Dec 2017GetTempName Methodis to generate and return a randomly generated temporary file or folder name for performing operations that require a temporary file or folder.last updated 14 Dec 2017Global Propertyis to set, if optional Boolean value True or False is given, or to return a Boolean value of Global property of associated RegEXp Object indicating a pattern should match all occurrences with True or just match the first one with False in an entire search string.5last updated 11 Dec 2017HelpContext Propertyis to set, if optional contextID is given, or to return the context ID for a topic in a Help File of Err Object.2last updated 10 Dec 2017HelpFile Propertyis to set, if optional contextID is given, or to return the fully qualified path to a Help File of Err Object.2last updated 10 Dec 2017Hex FunctionCreate a hexadecimal number String from a given number by converting the decimal value of the given number from base 10 to a hexadecimal number of base 16.1last updated 19 Sep 2017Hour FunctionCreate an Integer with value between 0 and 23 inclusive for representing the 24 hours of a day respectively from a given time expression by getting the hour part of the given time expression.1last updated 19 Sep 2017If…Then…Else Statementto conditionally execute a group of statements according to the condition expression.1last updated 22 Nov 2017IgnoreCase Propertyis to set, if optional Boolean value True or False is given, or to return a Boolean value of IgnoreCase property of associated RegEXp Object indicating a pattern search is case-sensitive with False or not case-sensitive with True.5last updated 11 Dec 2017Imp OperatorImp logic operator is used to create a value by performing a logical implication on two logic expressions or bitwise logical exclusion on two numeric digit expressions.1last updated 18 Nov 2017Initialize EventAn Event trigger caused by the initialization of an instance of Class Object. When the Event is fired, the Event will be triggered and the Event handler uses the Object_Eventname naming convention rule to call any subroutine with the correct naming convention.5last updated 08 Dec 2017InputBox FunctionCreate and display a standard input dialog box with a text box and a given prompt in the dialog box according to the specified title, default, xpos, ypos, helpfile and context arguments. The dialog box will wait for the user to input text or click a button to continue.1last updated 19 Sep 2017InStr FunctionCreate a number from a given string1 by getting the position of the first occurrence of a specified string2 through searching from the specified searching position start towards the end of the given string1 according to the specified compare setting.1last updated 19 Sep 2017InStrB FunctionCreate a number from a given string string1 by getting the first byte position of the first occurrence of a specified string string2 through searching from the specified searching position byte start towards the end of the given string string1 without consider the specified compare setting.1last updated 19 Sep 2017InStrRev FunctionGet the position of the first occurrence of a specified string within another given string by searching from the specified start searching position, default is at the end of string, towards the start of the given string.2last updated 19 Sep 2017Int FunctionCreate an integer value of a given number that is less than or equal to the given number.1last updated 19 Sep 2017Is OperatorIs same Object referenc operator is used to create a value by comparing that the first and second Object references are equal to each other.1last updated 17 Nov 2017IsArray FunctionCreate a Boolean result value from a given varname indicating whether the given varname is or can be contained by a Variant of Array data subtype.1last updated 19 Sep 2017IsDate FunctionCreate a Boolean result value from a given expression indicating whether the given expression is or can be contained by a Variant of Date data subtype.1last updated 19 Sep 2017IsEmpty FunctionCreate a Boolean result value from a given expression indicating whether the given expression is an uninitialized individual.1last updated 19 Sep 2017IsNull FunctionCreate a Boolean result value from a given expression indicating whether the given expression contains no valid data.1last updated 19 Sep 2017IsNumeric FunctionCreate a Boolean result value from a given expression indicating whether the given expression can be evaluated as a numeric value.1last updated 19 Sep 2017IsObject FunctionCreate a Boolean result value from a given expression indicating whether the given expression references a valid Automation object.1last updated 19 Sep 2017IsReady Propertyis to return a Boolean value indicating the drive of associated Drive Object is ready with True or is not False.last updated 15 Dec 2017IsRootFolder Propertyis to return a Boolean value indicating the folder of associated Folder Object is a root folder with True or is not with False.last updated 16 Dec 2017Item Propertyis to return the read-only item of an element in the associated collection or Object according to the specified keylast updated 09 Dec 2017Item Propertyis to set, if optional itemnew is given, the item of an element with the specified key, or to create if the specified key is not found, an element with key, itemnew, or to return the item with the specified key in associated Dictionary Object.last updated 09 Dec 2017Items Methodis to return an array containing all existing items of the associated Dictionary Object.last updated 09 Dec 2017Join FunctionCreate a string from a given one-dimensional array list of substrings by joining all elements in the array accroding to the index numebr with the specified delimiter.2last updated 20 Sep 2017Key Propertyis to set the specified key of an element with the specified keynew key, or to create if the specified key is not found, an element with empty item in associated Dictionary Objectlast updated 09 Dec 2017Keys Methodis to return an array containing all existing keys of the associated Dictionary Object.last updated 09 Dec 2017LBound FunctionCreate a number from a given arrayname to represent the smallest available subscript of the given arrayname according to the specified dimension.1last updated 20 Sep 2017LCase FunctionCreate a string from a given string by converting all uppercase letters of the given string to lowercase letters.1last updated 16 Sep 2017Left FunctionCreate a substring of specified character length from the left side of a given string.1last updated 20 Sep 2017LeftB FunctionCreate a substring of specified Byte length from the left side of a given string.1last updated 20 Sep 2017Len FunctionCreate a number from a given string or a specified variable by counting the number of characters in the given string or the specified variable.1last updated 20 Sep 2017LenB FunctionCreate a number from a given string or a specified variable by counting the number of bytes in the given string or the specified variable.1last updated 20 Sep 2017Length Propertyis to return the length of a match of associated Match Object found in a search string.5last updated 11 Dec 2017Line Propertyis to return the current line number in a file of associated TextStream Object..last updated 17 Dec 2017LoadPicture FunctionCreate a reference to a picture object from the a file specified by picturename argument.2last updated 20 Sep 2017Log FunctionConverts a given number to the natural logarithm of the given number to base e.1last updated 20 Sep 2017LTrim FunctionCreate a left trimmed string from a given string expression by removing all leading spaces on the left side of a string.1last updated 16 Sep 2017Match Objectis to provide access to a regular expression match of a regular expression search.5last updated 11 Dec 2017Matches Collectionis to prvide access to all matches returned by a regular expression search per a pattern as a single object.5last updated 11 Dec 2017Mid FunctionCreate a substring of specified character length from the specified position start of a given string toward the end of the string.1last updated 20 Sep 2017MidB FunctionCreate a substring of specified byte length from the specified byte position start of a given string toward the end of the string.1last updated 20 Sep 2017Minute FunctionCreate an Integer with value between 0 and 59 inclusive for representing the 60 minutes of an hour respectively from a given time expression by getting the minute part of the given time expression.1last updated 20 Sep 2017Mod OperatorModulus operator is used to create a value by dividing two integers and obtaining the integer remainder.1last updated 17 Nov 2017Month FunctionCreate an Integer with value between 1 and 12 inclusive for representing the 12 months of a year respectively from a given date expression by getting the month part of the given date expression.1last updated 20 Sep 2017MonthName FunctionCreate a String from a given month expression by taking the given month expression as the numeric designation of the month between 1 and 12 inclusive, and with value representing the corresponding month of a year according to the specified abbreviate setting.2last updated 20 Sep 2017Move Methodis to move folder or file of the associated Folder or File Object to the specified destination.last updated 16 Dec 2017MoveFile Methodis to move one or more given source files to the specified destination.last updated 14 Dec 2017MoveFolder Methodis to move one or more given source folders to the specified destination.last updated 14 Dec 2017MsgBox FunctionCreate and display a standard message dialog box with a given prompt in the dialog box according to the specified buttons, title, helpfile and context arguments. The dialog box will wait for the user to click a button to continue.1last updated 20 Sep 2017Name Propertyis to set, if optional newname is given, or to return the name of a folder or file of associated Folder or File Object.last updated 16 Dec 2017Not OperatorNot logic operator is used to create a value by performing a logical negation on a logic expression or bitwise logical negation on an expression.1last updated 18 Nov 2017Nothingto specify an object reference that refers to no object.1last updated 26 Nov 2017Now FunctionCreate a date from the current date of a local computer system with format according to the date setting of the local computer system.1last updated 20 Sep 2017Nullto specify a variable contains no valid data1last updated 26 Nov 2017Number Propertyis to set, if optional errornumber is given, or to return numeric Number value of Err Object.1last updated 10 Dec 2017Oct FunctionCreate a octal number String from a given number by converting the decimal value of the given number from base 10 to a octal number of base 8.1last updated 20 Sep 2017On Error Statementto enables or disables error-handling.1last updated 22 Nov 2017OpenAsTextStream Methodis to open a TextStream Object of the associated File Object according to specified optional iomode setting and format setting for reading from, writing to, or appending to the file.last updated 16 Dec 2017OpenTextFile Methodis to open a given filename file of the associated FileSystemObject Object according to the specified optional iomode setting, create keyword, and format setting, and to return a TextStream Object that can be used to read from, write to, or append to the file.last updated 14 Dec 2017Option Explicit Statementto forces explicit declaration of all variables in a script.1last updated 22 Nov 2017Or OperatorOr logic operator is used to create a value by performing a logical disjunction on two logic expressions or bitwise logical disjunction on two numeric digit expressions.1last updated 18 Nov 2017ParentFolder Propertyis to return the parent folder of a folder of file of the associated Folder or File Object.last updated 16 Dec 2017Path Propertyis to return the path of a drive, folder, or file of associated Drive, Folder, or File Object.last updated 15 Dec 2017Pattern Propertyis to set, if optional searchstring is given, or to return the pattern being searched for of associated RegExp Object.5last updated 11 Dec 2017Private Statementto declares private variables and allocates storage space. Declares, in a Class block, a private variable.1last updated 23 Nov 2017Property Get Statementto declare, in a Class block, the name, arguments, and code that form the body of a Property procedure that gets (returns) the value of a property.5last updated 23 Nov 2017Property Let Statementto declare, in a Class block, the name, arguments, and code that form the body of a Property procedure that assigns (sets) the value of a property.5last updated 23 Nov 2017Property Set Statementto declare, in a Class block, the name, arguments, and code that form the body of a Property procedure that sets a reference to an object.5last updated 23 Nov 2017Public Statementto declares public variables and allocates storage space. Declares, in a Class block, a public variable.1last updated 23 Nov 2017Raise Methodis to generate a run-time error result of the given number and together with other specifed optional source, description, helpfile, helpcontext in the Err Object.1last updated 10 Dec 2017Randomize Statementto initializes the random-number generator.1last updated 23 Nov 2017Read Methodis to read a specified characters number of characters from a file of the associated TextStream Object, and to return the resulting string.last updated 16 Dec 2017ReadAll Methodis to read the entire file of the associated TextStream Object, and to return the resulting string.last updated 16 Dec 2017ReadLine Methodis to read an entire line (up to, but not including, the newline character) from from a file of the associated TextStream Object, and to return the resulting string.last updated 16 Dec 2017ReDim Statementto declares dynamic-array variables, and allocates or reallocates storage space at procedure level.1last updated 23 Nov 2017RegExp Objectis to provide simple regular expression support5last updated 10 Dec 2017Rem Statementto specify that following of the line is an included explanatory comment in a program.1last updated 18 Nov 2017Remove Methodis to remove an element with the specified key from an associated Dictionary Object.last updated 09 Dec 2017RemoveAll Methodis to remove all elements of the associated Dictionary Object.last updated 09 Dec 2017Replace FunctionCreate a string from a substring specified by start of a given expression after replacing a specified find string with a given replacewith string according to the specified count and compare.2last updated 20 Sep 2017Replace Methodis to replaces the given string1 found in a regular expression search with the specified string2.5last updated 11 Dec 2017RGB FunctionCreate a whole number from the given red, green, and blue argument according to the RGB color converting rule.2last updated 21 Sep 2017Right FunctionCreate a substring of specified character length from the right side of a given string.1last updated 21 Sep 2017RightB FunctionCreate a substring of specified Byte length from the right side of a given string.1last updated 21 Sep 2017Rnd FunctionGet a random number according to a specified number setting.1last updated 21 Sep 2017RootFolder Propertyis to return a Folder object representing the root folder of a drive of associated Drive Object.last updated 15 Dec 2017Round FunctionCreate a numeric value of a given numeric expression according to the number of decimal places specified by numdecimalplace using the round to nearest method and following the round half to even rule that is to return the possible numeric value closest to the value of the numeric expression with the appropriate number of decimal, and following the closest to the round halt to even rule when the numeric expression is exactly halfway between two possible rounded values.2last updated 21 Sep 2017RTrim FunctionCreate a right trimmed string from a given string expression by removing all trailing spaces on the right side of a string.1last updated 16 Sep 2017ScriptEngine FunctionCreate a String from the scripting engine of the local system to indicate the scripting language in use.2last updated 21 Sep 2017ScriptEngineBuildVersion FunctionCreate a number from the scripting engine of the local system to indicate the build version number of scripting language in use.2last updated 21 Sep 2017ScriptEngineMajorVersion FunctionCreate a number from the scripting engine of the local system to indicate the major version number of scripting language in use.2last updated 21 Sep 2017ScriptEngineMinorVersion FunctionCreate a number from the scripting engine of the local system to indicate the minor version number of scripting language in use.2last updated 21 Sep 2017Second FunctionCreate an Integer with value between 0 and 59 inclusive for representing the 60 seconds of a minute respectively from a given time expression by getting the second part of the given time expression.1last updated 21 Sep 2017Select Case Statementto execute one of several groups of statements, depending on the value of a testexpression.1last updated 24 Nov 2017SerialNumber Propertyis to return the decimal serial number used to uniquely identify a disk volume of a drive or a network share of associated Drive Object.last updated 15 Dec 2017Set Statementto assigns an object reference to a variable or property, or to associate a procedure reference with an event.1last updated 18 Nov 2017SetLocale FunctionCreate a number from the scripting engine of the local system to indicate the current locale ID value of scripting language in use. And then set the global locale ID value of scripting language according to the specified lcid for the scripting engine of the local system.5last updated 21 Sep 2017Sgn FunctionCreate an integer to indicate the sign of a given number.1last updated 21 Sep 2017ShareName Propertyis to returns the network share name of a drive of associated Drive Object.last updated 15 Dec 2017ShortName Propertyis to return the short name of the associated Folder or File Object for programs require the earlier 8.3 naming convention.last updated 16 Dec 2017ShortPath Propertyis to return the short path of the associated Folder or File Object for programs require the earlier 8.3 naming convention.last updated 16 Dec 2017Sin FunctionConverts a given number to the sine of the given number by taking the given number as an angle in radian.1last updated 21 Sep 2017Size Propertyis to return the size in btyes of a folder including all files and subfolders, or a file of corresponding associated Folder or File Object.last updated 16 Dec 2017Skip Methodis to skip a given characters number of characters when reading from a file of the associated TextStream Object.last updated 16 Dec 2017SkipLine Methodis to skip the next line when reading from a file of the associated TextStream Object.last updated 16 Dec 2017Source Propertyis to set, if optional stringexpression is given, or to return the Source Property of Err Object containing the object or application name that originally generated the error.1last updated 10 Dec 2017Space FunctionCreate a string of a specified number of repeating spaces.1last updated 21 Sep 2017Split FunctionCreate a zero-based one-dimensional array from a given expression by breaking the string of the given expression from the beginning to the end into a list of ordered substring elements which is then arranged as members of the array.2last updated 16 Sep 2017Sqr FunctionCreate the square root of a given number.1last updated 21 Sep 2017Stop Statementto suspends execution for debugging.3last updated 24 Nov 2017StrComp FunctionCreate a value to indicate the result of comparison between given string1 and string2 according to the specified compare setting.1last updated 21 Sep 2017String FunctionCreate a string of a specified number of the repeating character obtained from the first character of a given string expression specified by character argument.1last updated 21 Sep 2017StrReverse FunctionCreate a string from a given string1 by reversing the character order of the given string1 from the end to the beginning.2last updated 21 Sep 2017Sub Statementto declares the name, arguments, and code that form the body of a Sub procedure.1last updated 24 Nov 2017SubFolders Propertyis to retrun a Folders collection of all folders including those with hidden and system file attributes set inside a folder of associated Folder Objecter.last updated 16 Dec 2017SubMatches Collectionis to provide access to all submatches inside a match returned by a regular expression search as a single object.5.5last updated 12 Dec 2017SubMatches Propertyis to return all submatches of associated Match Object in form of SubMatches Object, called SubMatches Collection..5last updated 11 Dec 2017Tan FunctionConverts a given number to the tangent of the given number by taking the given number as an angle in radian.1last updated 21 Sep 2017Terminate EventAn Event trigger caused by the termination of an instance of Class Object. When the Event is fired, the Event will be triggered and the Event handler uses the Object_Eventname naming convention rule to call any subroutine with the correct naming convention.5last updated 08 Dec 2017Test Methodis to executes a regular expression search against a given string, and to return a Boolean value indicating if a pattern match was found.5last updated 11 Dec 2017TextStream Objectis to provide sequential access to the text content of a file.last updated 16 Dec 2017Time FunctionCreate a time part of the date from the current date of a local computer system with format according to the time setting of the local computer system.1last updated 21 Sep 2017Timer FunctionCreate a numeric value from time part of current local system time by counting the elapsed seconds since 12:00 AM, midnight, or 00:00.5last updated 21 Sep 2017TimeSerial FunctionCreate a date from given numeric expressions of hour, minute, and second.1last updated 21 Sep 2017TimeValue FunctionCreate the time part of a date from a given date string.1last updated 21 Sep 2017TotalSize Propertyis to return the total space in bytes of a drive or network share of associated Drive Object..last updated 15 Dec 2017Trim FunctionCreate a trimmed string from a given string expression by removing both leading and trailing spaces on both sides of a string.1last updated 16 Sep 2017Trueto specify a Boolean True1last updated 26 Nov 2017Type Propertyis to return the type of a folder or file of associated Folder or File Object..last updated 16 Dec 2017TypeName FunctionCreate a String from a given varname to indicate the Variant subtype name of a variable.2last updated 21 Sep 2017UBound FunctionCreate a number from a given arrayname to represent the largest available subscript of the given arrayname according to the specified dimension.1last updated 21 Sep 2017UCase FunctionCreate a string from a given string by converting all lowercase letters of the given string to uppercase letters.1last updated 16 Sep 2017Unescape FunctionDecodes a string encoded with the Escape function.5last updated 21 Sep 2017Value Propertyis to return the value or text of a match of associated Match Object found in a search string.5last updated 11 Dec 2017VarType FunctionCreate an Integer from a given varname to indicate the subtype of a variable.1last updated 21 Sep 2017vbAbortto specify Abort button was clicked.2last updated 25 Nov 2017vbAbortRetryIgnoreto display Abort, Retry, and Ignore buttons.2last updated 25 Nov 2017vbApplicationModalApplication modal. The user must respond to the message box before continuing work in the current application.2last updated 25 Nov 2017vbArrayto specify an Array2last updated 26 Nov 2017vbBinaryCompare Constantto perform a binary comparison2last updated 25 Nov 2017vbBlack ConstantColor Black2last updated 25 Nov 2017vbBlue ConstantColor Blue2last updated 25 Nov 2017vbBooleanto specify a Boolean subtype2last updated 26 Nov 2017vbByteto specify a Byte subtype2last updated 26 Nov 2017vbCancelto specify Cancel button was clicked.2last updated 25 Nov 2017vbCrCarriage return.2last updated 25 Nov 2017vbCriticalto display Critical Message icon.2last updated 25 Nov 2017VbCrLfCarriage return–linefeed combination.2last updated 25 Nov 2017vbCurrencyto specify a Currency subtype2last updated 26 Nov 2017vbCyan ConstantColor Cyan2last updated 25 Nov 2017vbDataObjectto specify a Data access object2last updated 26 Nov 2017vbDateto specify a Date subtype2last updated 26 Nov 2017vbDecimalto specify a Decimal subtype2last updated 26 Nov 2017vbDefaultButton1to specify First button is the default.2last updated 25 Nov 2017vbDefaultButton2to specify Second button is the default.2last updated 25 Nov 2017vbDefaultButton3to specify Third button is the default.2last updated 25 Nov 2017vbDefaultButton4to specify Fourth button is the default.2last updated 25 Nov 2017vbDoubleto specify a Double subtype2last updated 26 Nov 2017vbEmptyto specify an Uninitialized variable2last updated 26 Nov 2017vbErrorto specify an Error subtype2last updated 26 Nov 2017vbExclamationto display Warning Message icon.2last updated 25 Nov 2017vbFalseto specify False2last updated 26 Nov 2017vbFirstFourDays Constantto use the first week that has at least four days in the new year as the first week of the year..2last updated 25 Nov 2017vbFirstFullWeek Constantto use the first full week of the new year as the first week of the year.2last updated 25 Nov 2017vbFirstJan1 Constantto use the week in which January 1 occurs as the first week of the year.2last updated 25 Nov 2017vbFormFeedForm feed; not useful in Microsoft Windows.2last updated 25 Nov 2017vbFriday ConstantFriday2last updated 25 Nov 2017vbGeneralDate Constantto display a date and/or time using the GeneralDate format specified in local computer's system settings. For real numbers, display a date and time. If there is no fractional part, display only a date. If there is no integer part, display time only.2last updated 25 Nov 2017vbGreen ConstantColor Green2last updated 25 Nov 2017vbIgnoreto specify Ignore button was clicked.2last updated 25 Nov 2017vbInformationto display Information Message icon.2last updated 25 Nov 2017vbIntegerto specify an Integer subtype2last updated 26 Nov 2017vbLfLine feed.2last updated 25 Nov 2017vbLongto specify a Long subtype2last updated 26 Nov 2017vbLongDate Constantto display a date using the LongDate format specified in local computer's regional settings.2last updated 25 Nov 2017vbLongTime Constantto display a date using the LongTime format specified in local computer's regional settings.2last updated 25 Nov 2017vbMagenta ConstantColor Magenta2last updated 25 Nov 2017vbMonday ConstantMonday2last updated 25 Nov 2017vbNewLinePlatform-specific newline character; whatever is appropriate for the platform.2last updated 25 Nov 2017vbNoto specify No button was clicked.2last updated 25 Nov 2017vbNullto specify a variable containing no valid data2last updated 26 Nov 2017vbNullCharCharacter having the value 0.2last updated 25 Nov 2017vbNullStringNot the same as a zero-length string (""); used for calling external procedures.2last updated 25 Nov 2017vbObjectto specify an Object2last updated 26 Nov 2017vbObjectError Constantthe reference value for creating user-defined error numbers which should be greater than this value.2last updated 25 Nov 2017vbOKto specify OK button was clicked.2last updated 25 Nov 2017vbOKCancelto display OK and Cancel buttons.2last updated 25 Nov 2017vbOKOnly Constantto display OK button only.2last updated 25 Nov 2017vbQuestionto display Warning Query icon.2last updated 25 Nov 2017vbRed ConstantColor Red2last updated 25 Nov 2017vbRetryto specify Retry button was clicked.2last updated 25 Nov 2017vbRetryCancelto display Retry and Cancel buttons.2last updated 25 Nov 2017vbSaturday ConstantSaturday2last updated 25 Nov 2017vbShortDate Constantto display a date using the ShortDate format specified in local computer's regional settings.2last updated 25 Nov 2017vbShortTime Constantto display a date using the ShortTime format specified in local computer's regional settings.2last updated 25 Nov 2017vbSingleto specify a Single subtype2last updated 26 Nov 2017vbStringto specify a String subtype2last updated 26 Nov 2017vbSunday ConstantSunday2last updated 25 Nov 2017vbSystemModalSystem modal. On Win16 systems, all applications are suspended until the user responds to the message box. On Win32 systems, this constant provides an application modal message box that always remains on top of any other programs you may have running.2last updated 25 Nov 2017vbTabHorizontal tab.2last updated 25 Nov 2017vbTextCompare Constantto perform a text comparison2last updated 25 Nov 2017vbThursday ConstantThursday2last updated 25 Nov 2017vbTrueto specify True2last updated 26 Nov 2017vbTuesday ConstantTuesday2last updated 25 Nov 2017vbUseDefaultto use Default from computer's regional settings2last updated 26 Nov 2017vbUseSystem Constantto use National Language Support (NLS) API setting as the first week of the year..2last updated 25 Nov 2017vbUseSystemDayOfWeek Constantto use the day of the week specified in local system settings as the first day of the week.2last updated 25 Nov 2017vbVariantto specify a Variant (used only for arrays of variants)2last updated 26 Nov 2017vbVerticalTabVertical tab; not useful in Microsoft Windows.2last updated 25 Nov 2017vbWednesday ConstantWednesday2last updated 25 Nov 2017vbWhite ConstantColor White2last updated 25 Nov 2017vbYellow ConstantColor Yellow2last updated 25 Nov 2017vbYesto specify Yes button was clicked.2last updated 25 Nov 2017vbYesNoto display Yes and No buttons.2last updated 25 Nov 2017vbYesNoCancelto display Yes, No, and Cancel buttons.2last updated 25 Nov 2017VolumeName Propertyis to set, if optional newname is given, or to return the volume name of a drive of associated Drive Object.last updated 15 Dec 2017Weekday FunctionCreate an Integer with value between 1 and 7 inclusive for representing the 7 days of a week respectively from a given date expression by getting the default weekday part of the given date expression according to firstdayofweek setting.1last updated 21 Sep 2017WeekdayName FunctionCreate a String from a given weekday expression by taking the given weekday expression as the numeric designation of the week between 1 and 7 inclusive based on the specified firstdayofweek setting, and with value representing the corresponding weekday of a week according to the specified abbreviate setting.2last updated 21 Sep 2017While…Wend Statementto repeat a block of statements while a condition is True.1last updated 20 Nov 2017With Statementto execute a series of statements on a single object.5last updated 24 Nov 2017Write Methodis to write a specified string to a file of the associated TextStream Object.last updated 16 Dec 2017Write Methodis to send strings given str1, str2, …, and strN strings to the script debugger, followed by a newline character..3last updated 10 Dec 2017WriteBlankLines Methodis to write a given lines number of newline characters to a a file of the associated TextStream Object.last updated 16 Dec 2017WriteLine Methodis to write a given string and newline character to a file of the associated TextStream Object.last updated 17 Dec 2017WriteLine Methodis to send given str1, str2, …, and strN strings to the script debugger, followed by a newline character.3last updated 10 Dec 2017Xor OperatorXor logic operator is used to create a value by performing a logical exclusion on two logic expressions or bitwise logical exclusion on two numeric digit expressions.1last updated 18 Nov 2017Year FunctionCreate a Integer from a given date expression by getting the year part of the given date expression.1last updated 21 Sep 2017

Related Host Application

Host applicationVBScript version
Internet Explorer 3.01.0
Internet Information Server 3.02.0
Internet Explorer 4.03.0
Internet Information Server 4.03.0
Visual Studio 6.04.0
Internet Explorer 5.05.0
Internet Explorer 5.015.1
Windows 20005.1
Internet Explorer 5.55.5
Internet Explorer 6.05.6
Windows XP (through SP2)5.6
Internet Explorer 7.05.7
Windows XP SP35.7
Windows Vista5.7
Internet Explorer 8.05.8
Windows 75.8
Windows 85.8

Sources


©sideway

ID: 180300009 Last Updated: 3/9/2018 Revision: 0


Latest Updated LinksValid XHTML 1.0 Transitional Valid CSS!Nu Html Checker Firefox53 Chromena IExplorerna
IMAGE

Home 5

Business

Management

HBR 3

Information

Recreation

Hobbies 8

Culture

Chinese 1097

English 339

Reference 79

Computer

Hardware 249

Software

Application 213

Digitization 32

Latex 52

Manim 205

KB 1

Numeric 19

Programming

Web 289

Unicode 504

HTML 66

CSS 65

SVG 46

ASP.NET 270

OS 429

DeskTop 7

Python 72

Knowledge

Mathematics

Formulas 8

Algebra 84

Number Theory 206

Trigonometry 31

Geometry 34

Coordinate Geometry 2

Calculus 67

Complex Analysis 21

Engineering

Tables 8

Mechanical

Mechanics 1

Rigid Bodies

Statics 92

Dynamics 37

Fluid 5

Fluid Kinematics 5

Control

Process Control 1

Acoustics 19

FiniteElement 2

Natural Sciences

Matter 1

Electric 27

Biology 1

Geography 1


Copyright © 2000-2024 Sideway . All rights reserved Disclaimers last modified on 06 September 2019