quote

Equivalent to the double quote character " (ASCII 34).

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

quote

# Examples

if last char of it is quote then delete last char of it

local tResponseToPost put quote & field 2 & quote into tResponseToPost

# Description

Use the quote constant to embed quotes in a string, and to refer to quotes in a script.

You must use this constant because if you use the quote character itself, it is treated as the beginning or end of a literal string and causes an execution error.

# Tags

# See

- **command:** constant