&& | ||||||||||
Type | operator | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Concatenates two strings and inserts a space between them. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android, web | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Keyword: it Constant: space Command: ask, set Glossary: character, concatenate, delimit, double quote, evaluate, expression, literal string, operator, string | |||||||||
Description | Use the && operator to combine two strings with a space between them, for example, to combine two words or phrases. That is, string1 && string2 results in a string consisting of string1, a space, and string2. | |||||||||
Tags | text processing |