ASP.NET is recommended by of

  • 2020-05-05 11:05:35
  • OfStack

Abs(number)   takes the absolute value of the value.  
Asc(String)   gets the ASCII   code for the first character of a string expression.  
Atn(number)   gets the arctangent of an Angle.  
CallByName   (object,   procname,   usecalltype,[args()])   performs an object's methods, sets, or returns an object's properties.  
CBool(expression)   conversion expression to Boolean   type.  
CByte(expression)   conversion expression to Byte   type.  
CChar(expression)   converts expressions to character type.  
CDate(expression)   conversion expression to Date   type.  
CDbl(expression)   conversion expression to Double   type.  
CDec(expression)   conversion expression to Decimal   type.  
CInt(expression)   conversion expression to Integer   type.  
CLng(expression)   conversion expression to Long   type.  
CObj(expression)   conversion expression to Object   type.  
CShort(expression)   conversion expression to Short   type.  
CSng(expression)   conversion expression to Single   type.  
CStr(expression)   converts the expression to String   type.  
Choose   (index,   choice-1 [,   choice-2,  ...  
Chr(charcode)   gets the character content with the ASCII   code.  
Close(filenumberlist)   ends the file opened by Open  .  
Cos(number)   takes the cosine of an Angle.  
Ctype(expression,   typename)   transforms the form of the expression.  
DateAdd(dateinterval,   number,   datetime)   adds or subtracts a date or time.  
DateDiff(dateinterval,   date1,   date2)   calculates the difference between two dates or times.  
DatePart   (dateinterval,   date)   returns the year, month, day, or time according to the received date or time parameter.  
DateSerial(year,   month,   day)   combines the received parameters into a date-only Date   type of data.  
DateValue(datetime)   gets a date value that matches the country setting and includes the time.
Day(datetime)   returns a day according to the received date parameter.  
Eof(filenumber)   returns True when reaching the end of an opened file.  
Exp(number)   returns e   to the power according to the parameters received.  
FileDateTime(pathname)   returns the date and time when the file was created.  
FileLen(pathname)   returns the length of the file in Byte.  
Filter(sourcearray,   match[,   include[,   compare]])   searches for the specified strings in the array of strings. The include   parameter is set to False if you want to return an array element that does not contain the specified string. The compare   parameter sets the case sensitivity of the search by giving TextCompare   constant or 1  .  
Fix(number)   removes the decimal part of the argument and returns it.  
Format(expression[,   style[,   firstdayofweek[,   firstweekofyear]])   converts date, time and numerical data into a format acceptable to each country.  
FormatCurrency(expression[,numdigitsafterdecimal   [,includeleadingdigit]])   outputs values as amounts.  
The numdigitsafterdecimal   parameter is the number of decimal words, and the includeleadingdigit   parameter is whether to fill in the integer number when the integer is 0  .  
FormatDateTime(date[,namedformat])   returns formatted date or time data.  
FormatNumber(expression[,numdigitsafterdecimal   [,includeleadingdigit]])   returns the format  
Numerical data. Numdigitsafterdecimal   parameter is the number of decimal words, includeleadingdigit   parameter is whether to fill in the number of integer words when the integer is 0  .  
FormatPercent(expression[,numdigitsafterdecimal   [,includeleadingdigit]])   returns numeric data converted to percentage format. The numdigitsafterdecimal   parameter is the number of decimal words, and the includeleadingdigit   parameter is whether to fill in the integer number when the integer is 0  .  
GetAttr(filename)   returns the value of the attribute for the file or directory.  
Hex(number)   converts a numeric parameter to a base value of 16  .  
Hour(time)   returns the hour field of the time, of type Integer.  
Iif(expression,   truepart,   falsepart)   executes the program for truepart   field when the expression returns a value of True  , and falsepart   field if it does not.  
InStr([start,  ]string1,   string2)   searches string2  , start  , string1  ,    
Int(number)   returns an integer value less than or equal to the maximum value of the receive parameter.  
IsArray(varname)   determines whether a variable is of array type. If it is an array, it returns True, or False.
IsDate(expression)   determines whether the content of the expression is of DateTime   type; if so, it returns True; otherwise, False.  
IsDbNull(expression)   determines whether the content of the expression is Null; if so, it returns True; otherwise, False.  
IsNumeric(expression)   determines whether the content of the expression is of numerical type, if it returns True, or False.  
Join(sourcearray[,   delimiter])   combines an array of strings into a single string.  
Lcase(string)   converts a string to lowercase.  
Left(string,   length)  
Len(string)   gets the length of the string.  
Log(number)   takes the natural log of a number.  
Ltrim(string)   removes the left margin of the string.  
Mid(string,   start[,   length])  
Minute(time)   gets a portion of the time content, of type Integer.  
MkDir(path)   creates a new directory.  
Month(date)   takes the month part of the date, of type Integer.
MonthName(month)   gets the full notation for the month according to the received month value.  
Now()   gets the current date and time.  
Oct(number)   converts a numeric parameter to an 8   base value.  
Replace(expression,   find,   replace)   converts the string specified by the find   parameter in the string to the string specified by the replace   parameter.  
Right(string,length)   gets the length of the length   parameter from the right side of the string.  
RmDir(path)   removes an empty directory.  
Rnd()   gets the decimal between 0   and 1  . If you want to get a different value each time, you need to add Randomize  .  
Rtrim(string)   removes the right margin of the string.  
Second(time)   gets the second part of the time content, of type Integer.  
Sign(number)   gets a value that is positive or negative, positive returns 1, negative returns -1, 0   returns 0.  
Sin(number)   takes the sine of an Angle.  
Space(number)   gets the blank string for the number   parameter setting.
Split(expression[,   delimiter])  
Sqrt(number)   takes a number worth the square root of.  
Str(number)   returns the number as a string.  
StrReverse(expression)   gets the result of the string content inversion.  
Tan(number)   takes the tangent of an Angle.  
TimeOfDay()   gets the time that currently contains no date.  
Timer()   gets the number of seconds from 0:00   to the current time, of type Double.  
TimeSerial(hour,   minute,   second)   combines the received parameters into a single time-only Date   data.  
TimaValue(time)   gets the time value corresponding to the country setting style.  
Today()   gets the date today without the time.  
Trim(string)   removes white space at the beginning and end of a string.  
TypeName(varname)   gets the type of a variable or object.  
Ubound(arrayname[,   dimension])   gets the final index value of the array, dimension   parameter is the final index value that specifies which dimension to get.  
Ucase(string)   converts a string to uppercase.  
Val(string)   converts a string representing a number to a numeric type.  
The date in the Weekday(date)   parameter is the day of the week, Sunday is 1, Monday is 2, Tuesday is 3   and so on.  
WeekDayName(number)   gets the name of the week according to the parameters it receives, the parameters it receives are 1   to 7, Sunday 1, Monday 2, Tuesday 3   and so on.    

   

 

Related articles: