These are operators that a used to change and convert character strings:
converts an integer operand into its corresponding ASCII character |
|
takes a character operand and returns the same character value, but without any following spaces |
|
joins two operands of any simple data type and returns a single string |
|
tests whether a character value matches a quoted string (uses % and _ as wild cards) |
|
tests whether a character value matches a quoted string (uses * and ? as wild cards) |
|
passes a string with variable parameters in it |
|
specifies a sub-string of its operand |
|
formats numeric, MONEY, or DATE operands as character strings |