XQUOTE |
DEVELOPER |
|
|
Purpose |
XQUOTE envelops a string with a specified character or the first character in the specified string. |
Syntax |
variable = XQUOTE (operand1,operand2) |
Operation |
variable is the resulting string |
Remarks |
|
Example |
$A = XQUOTE("it’s", "!") ..........gives $A = !it’s! |
Topic ID: 520102