Click or drag to resize
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 (').

Syntax
Quote2(stringValue)
Parameters

Name

Type

Description

stringValue

String

The string value to surrond with double quotes (").

Returns

Input string surrounded by double quotes (").

Type: String.

Examples
Quote2("abc")

Result: ""abc""