& | ||||||||||
Type | operator | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Concatenates two strings. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android, web | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Constant: quote, return Glossary: character, concatenate, delimit, double quote, evaluate, expression, literal string, operator, string Function: offset | |||||||||
Description | Use the & operator to create a single string out of two or more parts. That is, string2 is appended immediately after string1 with no intervening space. | |||||||||
Tags | text processing |