Undocumented functions

Top  Previous  Next

Below you can find a list of (undocumented) functions which are supported by the WebSite-Watcher Plugin system.

 

You will most likely never need these functions, or there are similar functions available in the Built-in function list list.

 

If you need them, please use a search engine to find descriptions in the web.

 

function StrComp(Str1 As String, Str2 As String) As Integer
function AnsiCompareText(Str1 As String, Str2 As String) As Integer
function CompareStr(Str1 As String, Str2 As String) As Integer
function AnsiCompareStr(Str1 As String, Str2 As String) As Integer
function Format(Format As String, Args As Array) As String
function FormatCurrency(Value As Double, NumDigitsAfterDecimal As Integer) As String
function Space(Number As Integer) As String
function String(Value As Integer, Value As String) As String
function CCur(expression) As Double
function Int(Value As Double) As Integer
 
function StrToFloat(Value As String) As Double
function StrToInt(As String) As Integer
function StrToIntDef(As String, DefaultValue As Integer) As Integer
function IntToHex(Value As Integer, Digits As Integer) As String
function IntToStr(Value As Integer) As String
function FloatToStr(Value As Double) As String
function Hex(Number As Integer) As String
 
function ArcTan(Value As Double) As Double
function Atn(Value As Double) As Double
function Cos(Value As Double) As Double
function Exp(Value As Double) As Double
function Fix(Number) As Integer
function FormatFloat(Format As String, Value As Double) As String
function FormatNumber(Value As DateTime, NumDigitsAfterDecimal As Integer) As String
function Frac(Value As Double) As Double
function Ln(Value As Double) As Double
function Log(Value As Double) As Double
function Sgn(Value As Double) As Integer
function Sin(Value As Double) As Double
function Sqr(Value As Double) As Double
function Sqrt(Value As Double) As Double
function Odd(Value As Integer) As Boolean
 
function DatePart(Interval As DateInterval, DateValue As DateTime) As Integer
function DateSerial(Year As Integer, Month As Integer, Day As Integer) As DateTime
function EncodeDate(Year As Integer, Month As Integer, Day As Integer) As DateTime
function EncodeTime(Hour As Integer, Min As Integer, Sec As Integer, MSec As Integer) As DateTime
function Hour(TimeValue As DateTime) As Integer
function Minute(TimeValue As DateTime) As Integer
function Month(DateValue As DateTime) As Integer
function MonthName(Month As Integer, Abbreviate As Boolean) As String
function Year(DateValue As DateTime) As Integer
function DateTimeToStr(DateValue as DateTime) As String
function DateToStr(DateValue As Date) As String
function DateValue(StringDate As String) As DateTime
function StrToDate(DateStr As String) As DateTime
function StrToDateTime(DateTimeStr As String) As DateTime
function IsDate(Expression As Object) As Boolean
function Second(TimeValue As DateTime) As Integer
function StrToTime(TimeStr As String) As DateTime
function Time() As DateTime
function Timer() As Integer
function TimeSerial(Hour As Integer, Minute As Integer, Second As Integer) As DateTime
function TimeToStr(Time As DateTime) As String
function TimeValue(StringTime As String) As DateTime
function Weekday(DateValue As DateTime) As Integer
function WeekdayName(Weekday As Integer, Abbreviate As Boolean) As String
 
sub AssignFile(FileClass, Filename As String)
sub Append(FileClass)
function EOF(FileClass) As Variant
function FilePos(FileClass) As Integer
function ReadLn(FileClass) As Variant
sub Reset(FileClass)
sub Rewrite(FileClass)
sub Write(FileClass, Value)
sub WriteLn(FileClass, Value)
sub CloseFile(FileClass)
 
function Low(Array) As Integer
function High(Array) As Integer
function LBound(array, Rank As Integer) As Integer
function UBound(Array, Rank As Integer) As Integer
 
function Assigned(expression) As Integer
function IsEmpty(VarName As Object) As Boolean
function VarIsNull(As Variant) As Boolean
function VarToStr(As Variant) As String
function IsNull(Expression As Object) As Boolean
function IsNumeric(Expression As Object) As Boolean
function IsValidIdent(Ident As String) As Boolean
function IsArray(VarName As Object) As Boolean
sub Beep()
sub Inc(ByRef Value As Integer)
sub Dec(ByRef Value As Integer)
sub Chdir(Path As String)