Specifications

App - 21
Appendix 1.8 Function List
Function Description
Abs Returns the absolute value of mathematical expression.
Array Returns the variant value with array data.
Asc Returns the character code of head character in the designated character string.
Atn Returns the designated numerical value arctangent as double-precision floating-point number.
CallByName Executes the method of object specified or acquires and sets the property value.
CBool Converts a numerical value or character string to the bool.
CByte Converts a numerical value or character string to the byte.
CDate Converts a numerical value or character string to the date.
CCur Converts a numerical value or character string to the currency.
CDbl Converts a numerical value or character string to the double-precision floating-point number.
Choose Chooses a value from the argument list and returns it.
Chr,Chr $ Returns the character string corresponding to the ASCII code designated.
CInt Converts a numerical value or character string to the integer.
Clng Converts a numerical value or character string to the long integer.
Command,Command $ Returns the character string of command line specified when starting VisualBasic.
Cos Returns the cosine value of the designated angle.
CreateObject Creates the OLE automation object.
CSng Converts a numerical value or character string to the single-precision floating-point number.
CStr Converts a numerical value or character string to the character string.
CurDir,CurDir $ Returns the current path of drive designated.
CVar Converts a numerical value or character string to the variant.
CVDate Converts the designated expression to the variant of VarType7 (date).
Date,Date $ Returns the character string indicating the current date.
DateAdd Returns the character string of date to which the designated time interval is added.
DateDiff Returns the character string indicating the two designated time intervals of date.
DatePart Returns the character string including the designated part of date.
DateSerial Returns the character string corresponding to year, month and day designated as an argument.
DateValue Returns the serial value indicating the date specified in the character string.
Day Returns the date from the serial value of date.
DDB
Returns the depreciation on asset for specific term using the designated method such as the
method of multiplying factor, etc.
Dir,Dir $ Returns the file name compatible with the designated file pattern and attribute.
DoEvents
Passes the control occupied with a program to the operating system so that the event generated
is processed by the system.
Environ,Environ $ Returns the character string assigned to the environment variable of OS.
EOF Confirms that the current position of file gets to its end.
Error,Error $ Returns the error message compatible with the designated error No.