quote

Typeconstant
DictionaryLCS
LibraryLiveCode Script
Syntax
quote
Summary

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

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
if last char of it is quote then delete last char of it
local tResponseToPost
put quote & field 2 & quote into tResponseToPost
RelatedCommand: constant
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.

Tagsproperties