VBScript reference

From StealthBot Wiki Backup
Jump to: navigation, search

This is a quick reference for the language for keywords and built-in methods [1].

Methods

Template:Main

Here are all available built-in VBScript functions:

  • Array methods
    • Array(params Elements())
    • Filter(Arr, Match, optional Include, optional CompareMode)
    • IsArray(Value)
    • Join(Arr, optional Delimiter)
    • LBound(Arr, optional Dimension)
    • Split(Str, optional Delimiter, optional count, optional CompareMode)
    • UBound(Arr, optional Dimension)
  • Format methods
    • FormatCurrency(Number, optional DigitsAfterDecimal, optional IncludeLeadingZero, optional UseParenthesesForNegative, optional GroupDigits)
    • FormatDateTime(Date, Format)
    • FormatNumber(Number, optional DigitsAfterDecimal, optional IncludeLeadingZero, optional UseParenthesesForNegative, optional GroupDigits)includeleadingzero, optional useparenthesesfornegative, optional groupdigits)
    • FormatPercent(Number, optional DigitsAfterDecimal, optional IncludeLeadingZero, optional UseParenthesesForNegative, optional GroupDigits)

Objects

Constants

Template:Main Here are all the categories of VBScript constants:

Keywords

Here is a list of all available VBScript keywords in alphabetical order and a link to the article about them.

See also