问题 |
答案 |
开始学习
|
|
Returns the ASCII value for the specific character
|
|
|
开始学习
|
|
Returns the character for the specified ASCII number code
|
|
|
开始学习
|
|
Adds two or more strings together
|
|
|
开始学习
|
|
Returns the full path for a specified drive
|
|
|
开始学习
|
|
Formats a value with the specified format
|
|
|
开始学习
|
|
Gets the position of the first occurrence of a string in another
|
|
|
开始学习
|
|
Gets the position of the first occurrence of a string in another, from the end of string
|
|
|
开始学习
|
|
Converts a string to lower-case
|
|
|
开始学习
|
|
Extracts a number of characters from a string (starting from left)
|
|
|
开始学习
|
|
Returns the length of a string
|
|
|
开始学习
|
|
Removes leading spaces from a string
|
|
|
开始学习
|
|
Extracts some characters from a string (starting at any position)
|
|
|
开始学习
|
|
Replaces a substring within a string, with another substring, a specified number of times
|
|
|
开始学习
|
|
Extracts a number of characters from a string (starting from right)
|
|
|
开始学习
|
|
Removes trailing spaces from a string
|
|
|
开始学习
|
|
Returns a string of the specified number of space characters
|
|
|
开始学习
|
|
Splits a string into an array of substrings
|
|
|
开始学习
|
|
Returns a number as string
|
|
|
开始学习
|
|
|
|
|
开始学习
|
|
Returns a converted string
|
|
|
开始学习
|
|
Reverses a string and returns the result
|
|
|
开始学习
|
|
Removes both leading and trailing spaces from a string
|
|
|
开始学习
|
|
Converts a string to upper-case
|
|
|
开始学习
|
|
Returns the absolute value of a number
|
|
|
开始学习
|
|
Returns the arc tangent of a number
|
|
|
开始学习
|
|
Returns the average value of an expression
|
|
|
开始学习
|
|
Returns the cosine of an angle
|
|
|
开始学习
|
|
Returns the number of records returned by a select query
|
|
|
开始学习
|
|
Returns e raised to the power of a specified number
|
|
|
开始学习
|
|
Returns the integer part of a number
|
|
|
开始学习
|
|
Formats a numeric value with the specified format
|
|
|
开始学习
|
|
Returns the integer part of a number
|
|
|
开始学习
|
|
Returns the maximum value in a set of values
|
|
|
开始学习
|
|
Returns the minimum value in a set of values
|
|
|
开始学习
|
|
Initializes the random number generator (used by Rnd()) with a seed
|
|
|
开始学习
|
|
|
|
|
开始学习
|
|
Rounds a number to a specified number of decimal places
|
|
|
开始学习
|
|
Returns the sign of a number
|
|
|
开始学习
|
|
Returns the square root of a number
|
|
|
开始学习
|
|
Calculates the sum of a set of values
|
|
|
开始学习
|
|
Reads a string and returns the numbers found in the string
|
|
|
开始学习
|
|
Returns the current system date
|
|
|
开始学习
|
|
Adds a time/date interval to a date and then returns the date
|
|
|
开始学习
|
|
Returns the difference between two dates
|
|
|
开始学习
|
|
Returns a specified part of a date (as an integer)
|
|
|
开始学习
|
|
Returns a date from the specified parts (year, month, and day values)
|
|
|
开始学习
|
|
Returns a date based on a string
|
|
|
开始学习
|
|
Returns the day of the month for a given date
|
|
|
开始学习
|
|
Formats a date value with the specified format
|
|
|
开始学习
|
|
Returns the hour part of a time/datetime
|
|
|
开始学习
|
|
Returns the minute part of a time/datetime
|
|
|
开始学习
|
|
Returns the month part of a given date
|
|
|
开始学习
|
|
Returns the name of the month based on a number
|
|
|
开始学习
|
|
Returns the current date and time based on the computer's system date and time
|
|
|
开始学习
|
|
Returns the seconds part of a time/datetime
|
|
|
开始学习
|
|
Returns the current system time
|
|
|
开始学习
|
|
Returns a time from the specified parts (hour, minute, and second value)
|
|
|
开始学习
|
|
Returns a time based on a string
|
|
|
开始学习
|
|
Returns the weekday number for a given date
|
|
|
开始学习
|
|
Returns the weekday name based on a number
|
|
|
开始学习
|
|
Returns the year part of a given date
|
|
|
开始学习
|
|
Returns the name of the current database user
|
|
|
开始学习
|
|
Returns a string that contains the value of an operating system environment variable
|
|
|
开始学习
|
|
Checks whether an expression can be converted to a date
|
|
|
开始学习
|
|
Checks whether an expression contains Null (no data)
|
|
|
开始学习
|
|
Checks whether an expression is a valid number
|
|
|