jasp.vbs
Class vb

java.lang.Object
  |
  +--jasp.vbs.vb

public class vb
extends java.lang.Object

This class implements VBScript Functions.


Constructor Summary
vb()
           
 
Method Summary
static short Abs(boolean number)
          Returns the absolute value of a boolean number.
static double Abs(double number)
          Returns the absolute value of a double number.
static int Abs(int number)
          Returns the absolute value of an integer number.
static double Abs(java.lang.String number)
          Returns the absolute value of a string.
static variant Abs(variant number)
          Returns the absolute value of a variant.
static vbcurrency Abs(vbcurrency number)
          Returns the absolute value of a vbcurrency.
static vbdate Abs(vbdate number)
          Returns the absolute value of a vbdate.
static variant Array()
          Returns a Variant containing an array.
static variant Array(pVector vv)
          Returns a Variant containing an array.
static short Asc(boolean string)
          Returns the ANSI character code corresponding to the first letter in a boolean string.
static short Asc(double string)
          Returns the ANSI character code corresponding to the first letter in a numeric string.
static short Asc(float string)
          Returns the ANSI character code corresponding to the first letter in a numeric string.
static short Asc(int string)
          Returns the ANSI character code corresponding to the first letter in a numeric string.
static short Asc(long string)
          Returns the ANSI character code corresponding to the first letter in a numeric string.
static short Asc(java.lang.String string)
          Returns the ANSI character code corresponding to the first letter in a string.
static short AscB(boolean string)
          Do not support AscB Function.
static short AscB(double string)
          Do not support AscB Function.
static short AscB(java.lang.String string)
          Do not support AscB Function.
static short AscW(boolean string)
          Do not support AscW Function.
static short AscW(double string)
          Do not support AscW Function.
static short AscW(java.lang.String string)
          Do not support AscW Function.
static double Atn(boolean number)
          Returns the arctangent of a boolean value.
static double Atn(double number)
          Returns the arctangent of a number.
static double Atn(java.lang.String number)
          Returns the arctangent of a numeric string.
static boolean CBool(boolean expression)
          Returns an expression that has been converted to a Variant of subtype boolean.
static boolean CBool(double expression)
          Returns an expression that has been converted to a Variant of subtype boolean.
static boolean CBool(java.lang.String expression)
          Returns an expression that has been converted to a Variant of subtype boolean.
static boolean CBool(variant expression)
          Returns an expression that has been converted to a Variant of subtype boolean.
static boolean CBool(vbcurrency expression)
          Returns an expression that has been converted to a Variant of subtype boolean.
static boolean CBool(vbdate expression)
          Returns an expression that has been converted to a Variant of subtype boolean.
static short CByte(boolean expression)
          Returns an expression that has been converted to a Variant of subtype Byte.
static short CByte(double expression)
          Returns an expression that has been converted to a Variant of subtype Byte.
static short CByte(java.lang.String expression)
          Returns an expression that has been converted to a Variant of subtype Byte.
static short CByte(variant expression)
          Returns an expression that has been converted to a Variant of subtype Byte.
static short CByte(vbcurrency expression)
          Returns an expression that has been converted to a Variant of subtype Byte.
static short CByte(vbdate expression)
          Returns an expression that has been converted to a Variant of subtype Byte.
static vbcurrency CCur(boolean expression)
          Returns an expression that has been converted to a Variant of subtype Currency.
static vbcurrency CCur(double expression)
          Returns an expression that has been converted to a Variant of subtype Currency.
static vbcurrency CCur(java.lang.String expression)
          Returns an expression that has been converted to a Variant of subtype Currency.
static vbcurrency CCur(variant expression)
          Returns an expression that has been converted to a Variant of subtype Currency.
static vbcurrency CCur(vbcurrency expression)
          Returns an expression that has been converted to a Variant of subtype Currency.
static vbcurrency CCur(vbdate expression)
          Returns an expression that has been converted to a Variant of subtype Currency.
static vbdate CDate(boolean date)
          Returns an expression that has been converted to a Variant of subtype Date.
static vbdate CDate(double date)
          Returns an expression that has been converted to a Variant of subtype Date.
static vbdate CDate(java.lang.String date)
          Returns an expression that has been converted to a Variant of subtype Date.
static vbdate CDate(variant date)
          Returns an expression that has been converted to a Variant of subtype Date.
static vbdate CDate(vbcurrency date)
          Returns an expression that has been converted to a Variant of subtype Date.
static vbdate CDate(vbdate date)
          Returns an expression that has been converted to a Variant of subtype Date.
static double CDbl(boolean expression)
          Returns an expression that has been converted to a Variant of subtype Double.
static double CDbl(double expression)
          Returns an expression that has been converted to a Variant of subtype Double.
static double CDbl(java.lang.Object expression)
          Returns an expression that has been converted to a Variant of subtype Double.
static double CDbl(java.lang.String expression)
          Returns an expression that has been converted to a Variant of subtype Double.
static double CDbl(variant expression)
          Returns an expression that has been converted to a Variant of subtype Double.
static double CDbl(vbcurrency expression)
          Returns an expression that has been converted to a Variant of subtype Double.
static double CDbl(vbdate expression)
          Returns an expression that has been converted to a Variant of subtype Double.
static java.lang.String Chr(boolean charcode)
          Returns the character associated with the specified ANSI character code.
static java.lang.String Chr(double charcode)
          Returns the character associated with the specified ANSI character code.
static java.lang.String Chr(java.lang.String charcode)
          Returns the character associated with the specified ANSI character code.
static short CInt(boolean expression)
          Returns an expression that has been converted to a Variant of subtype Integer.
static short CInt(double expression)
          Returns an expression that has been converted to a Variant of subtype Integer.
static short CInt(java.lang.String expression)
          Returns an expression that has been converted to a Variant of subtype Integer.
static short CInt(variant expression)
          Returns an expression that has been converted to a Variant of subtype Integer.
static short CInt(vbcurrency expression)
          Returns an expression that has been converted to a Variant of subtype Integer.
static short CInt(vbdate expression)
          Returns an expression that has been converted to a Variant of subtype Integer.
static int CLng(boolean expression)
          Returns an expression that has been converted to a Variant of subtype Long.
static int CLng(double expression)
          Returns an expression that has been converted to a Variant of subtype Long.
static int CLng(java.lang.String expression)
          Returns an expression that has been converted to a Variant of subtype Long.
static int CLng(variant expression)
          Returns an expression that has been converted to a Variant of subtype Long.
static int CLng(vbcurrency expression)
          Returns an expression that has been converted to a Variant of subtype Long.
static int CLng(vbdate expression)
          Returns an expression that has been converted to a Variant of subtype Long.
static double Cos(boolean number)
          Returns the cosine of an angle.
static double Cos(double number)
          Returns the cosine of an angle.
static double Cos(java.lang.String number)
          Returns the cosine of an angle.
static double Cos(variant number)
          Returns the cosine of an angle.
static double Cos(vbcurrency number)
          Returns the cosine of an angle.
static double Cos(vbdate number)
          Returns the cosine of an angle.
static float CSng(boolean expression)
          Returns an expression that has been converted to a Variant of subtype Single.
static float CSng(double expression)
          Returns an expression that has been converted to a Variant of subtype Single.
static float CSng(java.lang.String expression)
          Returns an expression that has been converted to a Variant of subtype Single.
static float CSng(variant expression)
          Returns an expression that has been converted to a Variant of subtype Single.
static float CSng(vbcurrency expression)
          Returns an expression that has been converted to a Variant of subtype Single.
static float CSng(vbdate expression)
          Returns an expression that has been converted to a Variant of subtype Single.
static java.lang.String CStr(boolean expression)
          Returns an expression that has been converted to a Variant of subtype String.
static java.lang.String CStr(double expression)
          Returns an expression that has been converted to a Variant of subtype String.
static java.lang.String CStr(int expression)
          Returns an expression that has been converted to a Variant of subtype String.
static java.lang.String CStr(long expression)
          Returns an expression that has been converted to a Variant of subtype String.
static java.lang.String CStr(short expression)
          Returns an expression that has been converted to a Variant of subtype String.
static java.lang.String CStr(java.lang.String expression)
          Returns an expression that has been converted to a Variant of subtype String.
static java.lang.String CStr(variant expression)
          Returns an expression that has been converted to a Variant of subtype String.
static java.lang.String CStr(vbcurrency expression)
          Returns an expression that has been converted to a Variant of subtype String.
static java.lang.String CStr(vbdate da)
          Returns an expression that has been converted to a Variant of subtype String.
static vbdate Date()
          Returns the current system date.
static vbdate DateAdd(java.lang.String interval, double number, vbdate date)
          Returns a date to which a specified time interval has been added.
static double DateDiff(java.lang.String interval, vbdate date1, vbdate date2)
          Returns the number of intervals between two dates.
static double DateDiff(java.lang.String interval, vbdate date1, vbdate date2, double firstdayofweek)
          Returns the number of intervals between two dates.
static double DateDiff(java.lang.String interval, vbdate date1, vbdate date2, double firstdayofweek, double firstweekofyear)
          Returns the number of intervals between two dates.
static int DatePart(java.lang.String interval, vbdate date)
          Returns the specified part of a given date.
static int DatePart(java.lang.String interval, vbdate date, double firstdayofweek)
          Returns the specified part of a given date.
static int DatePart(java.lang.String interval, vbdate date, double firstdayofweek, double firstweekofyear)
          Returns the specified part of a given date.
static vbdate DateSerial(double year, double month, double day)
          Returns a vbdate for a specified year, month, and day.
static vbdate DateValue(double date)
          Returns a vbdate.
static vbdate DateValue(java.lang.String date)
          Returns a vbdate.
static vbdate DateValue(variant date)
          Returns a vbdate.
static vbdate DateValue(vbdate date)
          Returns a vbdate.
static int Day(double date)
          Returns a whole number between 1 and 31, inclusive, representing the day of the month.
static int Day(java.lang.String date)
          Returns a whole number between 1 and 31, inclusive, representing the day of the month.
static int Day(variant date)
          Returns a whole number between 1 and 31, inclusive, representing the day of the month.
static int Day(vbdate date)
          Returns a whole number between 1 and 31, inclusive, representing the day of the month.
static java.lang.String Escape(java.lang.String str)
          Returns a string value (in Unicode format) that contains the contents of charstring.
static java.lang.String Eval(java.lang.String str)
          Evaluates an expression and returns the result.
static double Exp(boolean number)
          Returns e (the base of natural logarithms) raised to a power.
static double Exp(double number)
          Returns e (the base of natural logarithms) raised to a power.
static double Exp(java.lang.String number)
          Returns e (the base of natural logarithms) raised to a power.
static double Exp(variant number)
          Returns e (the base of natural logarithms) raised to a power.
static double Exp(vbcurrency number)
          Returns e (the base of natural logarithms) raised to a power.
static double Exp(vbdate number)
          Returns e (the base of natural logarithms) raised to a power.
static vbarray Filter(variant inputStrings, java.lang.String value)
          Returns a zero-based array containing a subset of a string array based on a specified filter criteria.
static vbarray Filter(variant inputStrings, java.lang.String value, boolean include)
          Returns a zero-based array containing a subset of a string array based on a specified filter criteria.
static vbarray Filter(variant inputStrings, java.lang.String value, boolean include, double compare)
          Returns a zero-based array containing a subset of a string array based on a specified filter criteria.
static vbarray Filter(vbarray inputStrings, java.lang.String value)
          Returns a zero-based array containing a subset of a string array based on a specified filter criteria.
static vbarray Filter(vbarray inputStrings, java.lang.String value, boolean include)
          Returns a zero-based array containing a subset of a string array based on a specified filter criteria.
static vbarray Filter(vbarray inputStrings, java.lang.String value, boolean include, double compare)
          Returns a zero-based array containing a subset of a string array based on a specified filter criteria.
static int Fix(boolean number)
          Returns the integer portion of a number.
static int Fix(double number)
          Returns the integer portion of a number.
static int Fix(java.lang.String number)
          Returns the integer portion of a number.
static int Fix(variant number)
          Returns the integer portion of a number.
static int Fix(vbcurrency number)
          Returns the integer portion of a number.
static int Fix(vbdate number)
          Returns the integer portion of a number.
static java.lang.String FormatCurrency(double expression)
          Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
static java.lang.String FormatCurrency(double expression, double NumDigitsAfterDecimal)
          Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
static java.lang.String FormatCurrency(double expression, double NumDigitsAfterDecimal, double IncludeLeadingDigit)
          Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
static java.lang.String FormatCurrency(double expression, double NumDigitsAfterDecimal, double IncludeLeadingDigit, double UseParensForNegativeNumbers)
          Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
static java.lang.String FormatCurrency(double expression, double NumDigitsAfterDecimal, double IncludeLeadingDigit, double UseParensForNegativeNumbers, double GroupDigits)
          Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
static java.lang.String FormatCurrency(variant expression)
          Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
static java.lang.String FormatDateTime(double date)
          Returns an expression formatted as a date or time.
static java.lang.String FormatDateTime(double date, double NamedFormat)
          Returns an expression formatted as a date or time.
static java.lang.String FormatDateTime(java.lang.String date)
          Returns an expression formatted as a date or time.
static java.lang.String FormatDateTime(java.lang.String date, double NamedFormat)
          Returns an expression formatted as a date or time.
static java.lang.String FormatDateTime(variant date)
          Returns an expression formatted as a date or time.
static java.lang.String FormatDateTime(variant date, double NamedFormat)
          Returns an expression formatted as a date or time.
static java.lang.String FormatDateTime(vbdate date)
          Returns an expression formatted as a date or time.
static java.lang.String FormatDateTime(vbdate date, double NamedFormat)
          Returns an expression formatted as a date or time.
static java.lang.String FormatNumber(double expression)
          Returns an expression formatted as a number.
static java.lang.String FormatNumber(double expression, double NumDigitsAfterDecimal)
          Returns an expression formatted as a number.
static java.lang.String FormatNumber(double expression, double NumDigitsAfterDecimal, double IncludeLeadingDigit)
          Returns an expression formatted as a number.
static java.lang.String FormatNumber(double expression, double NumDigitsAfterDecimal, double IncludeLeadingDigit, double UseParensForNegativeNumbers)
          Returns an expression formatted as a number.
static java.lang.String FormatNumber(double expression, double NumDigitsAfterDecimal, double IncludeLeadingDigit, double UseParensForNegativeNumbers, double GroupDigits)
          Returns an expression formatted as a number.
static java.lang.String FormatNumber(variant expression)
          Returns an expression formatted as a number.
static java.lang.String FormatPercent(double expression)
          Returns an expression formatted as a percentage (multiplied by 100) with a trailing % character.
static java.lang.String FormatPercent(double expression, double NumDigitsAfterDecimal)
          Returns an expression formatted as a percentage (multiplied by 100) with a trailing % character.
static java.lang.String FormatPercent(double expression, double NumDigitsAfterDecimal, double IncludeLeadingDigit)
          Returns an expression formatted as a percentage (multiplied by 100) with a trailing % character.
static java.lang.String FormatPercent(double expression, double NumDigitsAfterDecimal, double IncludeLeadingDigit, double UseParensForNegativeNumbers)
          Returns an expression formatted as a percentage (multiplied by 100) with a trailing % character.
static java.lang.String FormatPercent(double expression, double NumDigitsAfterDecimal, double IncludeLeadingDigit, double UseParensForNegativeNumbers, double GroupDigits)
          Returns an expression formatted as a percentage (multiplied by 100) with a trailing % character.
static java.lang.String FormatPercent(variant expression)
          Returns an expression formatted as a percentage (multiplied by 100) with a trailing % character.
static int GetLocale()
          Returns the current locale ID value.
static java.lang.String Hex(boolean number)
          Returns a string representing the hexadecimal value of a number.
static java.lang.String Hex(double number)
          Returns a string representing the hexadecimal value of a number.
static java.lang.String Hex(int number)
          Returns a string representing the hexadecimal value of a number.
static java.lang.String Hex(java.lang.String number)
          Returns a string representing the hexadecimal value of a number.
static java.lang.String Hex(variant number)
          Returns a string representing the hexadecimal value of a number.
static java.lang.String Hex(vbcurrency number)
          Returns a string representing the hexadecimal value of a number.
static java.lang.String Hex(vbdate number)
          Returns a string representing the hexadecimal value of a number.
static int Hour(double time)
          Returns a whole number between 0 and 23, inclusive, representing the hour of the day.
static int Hour(java.lang.String time)
          Returns a whole number between 0 and 23, inclusive, representing the hour of the day.
static int Hour(variant time)
          Returns a whole number between 0 and 23, inclusive, representing the hour of the day.
static int Hour(vbdate time)
          Returns a whole number between 0 and 23, inclusive, representing the hour of the day.
static int InStr(double start, java.lang.String string1, java.lang.String string2)
          Returns the position of the first occurrence of one string within another.
static int InStr(double start, java.lang.String string1, java.lang.String string2, double compare)
          Returns the position of the first occurrence of one string within another.
static int InStr(java.lang.String string1, java.lang.String string2)
          Returns the position of the first occurrence of one string within another.
static int InStrRev(java.lang.String string1, java.lang.String string2)
          Returns the position of an occurrence of one string within another, from the end of string.
static int InStrRev(java.lang.String string1, java.lang.String string2, double start)
          Returns the position of an occurrence of one string within another, from the end of string.
static int InStrRev(java.lang.String string1, java.lang.String string2, double start, double compare)
          Returns the position of an occurrence of one string within another, from the end of string.
static short Int(boolean number)
          Returns the integer portion of a number.
static double Int(double number)
          Returns the integer portion of a number.
static float Int(float number)
          Returns the integer portion of a number.
static int Int(int number)
          Returns the integer portion of a number.
static long Int(long number)
          Returns the integer portion of a number.
static short Int(short number)
          Returns the integer portion of a number.
static double Int(java.lang.String number)
          Returns the integer portion of a number.
static variant Int(variant number)
          Returns the integer portion of a number.
static vbcurrency Int(vbcurrency number)
          Returns the integer portion of a number.
static vbdate Int(vbdate vd)
          Returns the integer portion of a number.
static boolean IsArray(variant obj)
          Returns a Boolean value indicating whether a variable is an array.
static boolean IsArray(vbarray obj)
          Returns a Boolean value indicating whether a variable is an array.
static boolean IsDate(double d)
          Returns a Boolean value indicating whether an expression can be converted to a date.
static boolean IsDate(java.lang.String d)
          Returns a Boolean value indicating whether an expression can be converted to a date.
static boolean IsDate(variant d)
          Returns a Boolean value indicating whether an expression can be converted to a date.
static boolean IsDate(vbdate d)
          Returns a Boolean value indicating whether an expression can be converted to a date.
static boolean IsEmpty(boolean d)
          Returns a boolean value indicating whether a variable has been initialized.
static boolean IsEmpty(double d)
          Returns a boolean value indicating whether a variable has been initialized.
static boolean IsEmpty(java.lang.String d)
          Returns a boolean value indicating whether a variable has been initialized.
static boolean IsEmpty(variant d)
          Returns a boolean value indicating whether a variable has been initialized.
static boolean IsEmpty(vbdate d)
          Returns a boolean value indicating whether a variable has been initialized.
static boolean IsNull(double expression)
          Returns a boolean value that indicates whether An expression contains no valid data ( Null).
static boolean IsNull(java.lang.Object expression)
          Returns a boolean value that indicates whether An expression contains no valid data ( Null).
static boolean IsNull(java.lang.String expression)
          Returns a boolean value that indicates whether An expression contains no valid data ( Null).
static boolean IsNull(variant expression)
          Returns a boolean value that indicates whether An expression contains no valid data ( Null).
static boolean IsNull(vbdate expression)
          Returns a boolean value that indicates whether An expression contains no valid data ( Null).
static boolean IsNumeric(double expression)
          Returns a boolean value indicating whether An expression can be evaluated as a number.
static boolean IsNumeric(java.lang.String expression)
          Returns a boolean value indicating whether An expression can be evaluated as a number.
static boolean IsNumeric(variant expression)
          Returns a boolean value indicating whether An expression can be evaluated as a number.
static boolean IsNumeric(vbcurrency expression)
          Returns a boolean value indicating whether An expression can be evaluated as a number.
static boolean IsNumeric(vbdate expression)
          Returns a boolean value indicating whether An expression can be evaluated as a number.
static boolean IsObject(boolean b)
          Returns a Boolean value indicating whether an expression references a valid Java object.
static boolean IsObject(double obj)
          Returns a Boolean value indicating whether an expression references a valid Java object.
static boolean IsObject(java.lang.Object b)
          Returns a Boolean value indicating whether an expression references a valid Java object.
static boolean IsObject(java.lang.String obj)
          Returns a Boolean value indicating whether an expression references a valid Java object.
static boolean IsObject(variant obj)
          Returns a Boolean value indicating whether an expression references a valid Java object.
static boolean IsObject(vbdate b)
          Returns a Boolean value indicating whether an expression references a valid Java object.
static java.lang.String Join(variant a)
          Returns a string created by joining a number of substrings contained in an array.
static java.lang.String Join(variant a, java.lang.String b)
          Returns a string created by joining a number of substrings contained in an array.
static java.lang.String Join(vbarray a)
          Returns a string created by joining a number of substrings contained in an array.
static java.lang.String Join(vbarray a, java.lang.String b)
          Returns a string created by joining a number of substrings contained in an array.
static int LBound(java.lang.Object arrayname, double dimension)
          Returns the smallest available subscript for the indicated dimension of an array.
static int LBound(variant arrayname)
          Returns the smallest available subscript for the indicated dimension of an array.
static int LBound(variant arrayname, double dimension)
          Returns the smallest available subscript for the indicated dimension of an array.
static int LBound(vbarray arrayname)
          Returns the smallest available subscript for the indicated dimension of an array.
static int LBound(vbarray arrayname, double dimension)
          Returns the smallest available subscript for the indicated dimension of an array.
static java.lang.String LCase(boolean string)
          Returns a string that has been converted to lowercase.
static java.lang.String LCase(double string)
          Returns a string that has been converted to lowercase.
static java.lang.String LCase(java.lang.String string)
          Returns a string that has been converted to lowercase.
static java.lang.String LCase(variant string)
          Returns a string that has been converted to lowercase.
static java.lang.String LCase(vbcurrency string)
          Returns a string that has been converted to lowercase.
static java.lang.String LCase(vbdate string)
          Returns a string that has been converted to lowercase.
static java.lang.String Left(java.lang.String string, double length)
          Returns a specified number of characters from the left side of a string.
static int Len(boolean st)
          Returns the number of characters in a string.
static int Len(double st)
          Returns the number of characters in a string.
static int Len(int st)
          Returns the number of characters in a string.
static int Len(long string)
          Returns the number of characters in a string.
static int Len(java.lang.String string)
          Returns the number of characters in a string.
static int Len(variant st)
          Returns the number of characters in a string.
static int Len(vbcurrency st)
          Returns the number of characters in a string.
static int Len(vbdate st)
          Returns the number of characters in a string.
static double Log(boolean number)
          Returns the natural logarithm of a number.
static double Log(double number)
          Returns the natural logarithm of a number.
static double Log(java.lang.String number)
           
static double Log(variant number)
          Returns the natural logarithm of a number.
static double Log(vbcurrency number)
          Returns the natural logarithm of a number.
static double Log(vbdate number)
          Returns the natural logarithm of a number.
static java.lang.String LTrim(boolean string)
          Returns a copy of a string without leading spaces.
static java.lang.String LTrim(double string)
          Returns a copy of a string without leading spaces.
static java.lang.String LTrim(java.lang.String string)
          Returns a copy of a string without leading spaces.
static java.lang.String LTrim(variant string)
          Returns a copy of a string without leading spaces.
static java.lang.String LTrim(vbcurrency string)
          Returns a copy of a string without leading spaces.
static java.lang.String LTrim(vbdate string)
          Returns a copy of a string without leading spaces.
static java.lang.String Mid(java.lang.String string, double start)
          Returns a specified number of characters from a string.
static java.lang.String Mid(java.lang.String string, double start, double length)
          Returns a specified number of characters from a string.
static int Minute(double time)
          Returns a whole number between 0 and 59, inclusive, representing the minute of the hour.
static int Minute(java.lang.String time)
          Returns a whole number between 0 and 59, inclusive, representing the minute of the hour.
static int Minute(variant time)
          Returns a whole number between 0 and 59, inclusive, representing the minute of the hour.
static int Minute(vbdate time)
          Returns a whole number between 0 and 59, inclusive, representing the minute of the hour.
static int Month(double date)
          Returns a whole number between 1 and 12, inclusive, representing the month of the year.
static int Month(java.lang.String date)
          Returns a whole number between 1 and 12, inclusive, representing the month of the year.
static int Month(variant date)
          Returns a whole number between 1 and 12, inclusive, representing the month of the year.
static int Month(vbdate date)
          Returns a whole number between 1 and 12, inclusive, representing the month of the year.
static java.lang.String MonthName(boolean month)
          Returns a string indicating the specified month.
static java.lang.String MonthName(boolean month, boolean abbreviate)
          Returns a string indicating the specified month.
static java.lang.String MonthName(double month)
          Returns a string indicating the specified month.
static java.lang.String MonthName(double month, boolean abbreviate)
          Returns a string indicating the specified month.
static vbdate Now()
          Returns the current date and time according to the setting of your computer's system date and time.
static java.lang.String Oct(boolean number)
          Returns a string representing the octal value of a number.
static java.lang.String Oct(double number)
          Returns a string representing the octal value of a number.
static java.lang.String Oct(int number)
          Returns a string representing the octal value of a number.
static java.lang.String Oct(java.lang.String number)
          Returns a string representing the octal value of a number.
static java.lang.String Oct(variant number)
          Returns a string representing the octal value of a number.
static java.lang.String Oct(vbcurrency number)
          Returns a string representing the octal value of a number.
static java.lang.String Oct(vbdate number)
          Returns a string representing the octal value of a number.
static void Randomize()
          Initializes the random-number generator.
static void Randomize(double db)
          Initializes the random-number generator.
static java.lang.String Replace(java.lang.String expression, java.lang.String find, java.lang.String replacewith)
          Returns a string in which a specified substring has been replaced with another substring a specified number of times.
static java.lang.String Replace(java.lang.String expression, java.lang.String find, java.lang.String replacewith, double start)
          Returns a string in which a specified substring has been replaced with another substring a specified number of times.
static java.lang.String Replace(java.lang.String expression, java.lang.String find, java.lang.String replacewith, double start, double count)
          Returns a string in which a specified substring has been replaced with another substring a specified number of times.
static java.lang.String Replace(java.lang.String expression, java.lang.String find, java.lang.String replacewith, double start, double count, double compare)
          Returns a string in which a specified substring has been replaced with another substring a specified number of times.
static int RGB(double red, double green, double blue)
          Returns a whole number representing an RGB color value.
static java.lang.String Right(java.lang.String string, double length)
          Returns a specified number of characters from the right side of a string.
static double Rnd()
          Returns a random number.
static double Rnd(double number)
          Returns a random number.
static boolean Round(boolean expression)
          Returns a number rounded to a specified number of decimal places.
static double Round(double expression)
          Returns a number rounded to a specified number of decimal places.
static double Round(double expression, double numdecimalplaces)
          Returns a number rounded to a specified number of decimal places.
static double<