Quote2 |
[This is preliminary documentation and is subject to change.]
The TOPICA Basic function Quote2 is used to surround an input string with single quotes (').
Quote2(stringValue)
Name | Type | Description |
---|---|---|
stringValue | String | The string value to surrond with double quotes ("). |
Input string surrounded by double quotes (").
Type: String.
Quote2("abc")
Result: ""abc""