quote | |
Type | constant |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Equivalent to the double quote character " (ASCII 34). |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Command: 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. |
Tags | properties |