Name | Syntax | Description |
---|---|---|
|
| Returns the character associated with the specified ANSI character code. |
|
| Returns an integer specifying the start position of the first occurrence of one string (NEEDLE) within another (HAYSTACK). |
|
| Returns the position of the first occurrence of one string (NEEDLE) within another (HAYSTACK), starting from the right end of the string. |
|
| Returns a string or character converted to lower case. |
|
| Returns a string containing a specified number of characters from the left end of a string. |
|
| Returns an integer containing the number of characters in a string. |
|
| Returns a string containing a specified number of characters from the right end of a string. |
|
| Returns a zero-based, one-dimensional array containing a specified number of substrings. The specified delimiter is used to create the substrings. |
|
| Returns a string containing a copy of a specified string with no leading spaces (LTrim), no trailing spaces (RTrim), or neither leading nor trailing spaces (Trim). |
|
| Returns a string expression representing a date/time value in a specified format. The following formats are available (used without quotes, not case-sensitive):
|
|
| Returns an expression formatted as a number. You can use the following parameters, or use blanks for the default settings:
|
|
| Returns an expression formatted as a percentage (that is, multiplied by 100) with a trailing % character. |
|
| Returns a string containing a specified number of characters from a string. START defines the starting position of the characters to be returned. |
|
| Returns a string or character containing the specified string converted to uppercase. |
base-id: 11032019467
id: 9007210286760459