, | ||||||||||
Type | operator | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Concatenates (joins) two strings and inserts a comma between them. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Values |
| |||||||||
Related | Constant: comma Glossary: string, concatenate, operator Keyword: string | |||||||||
Description | Use the , operator to combine two strings with a comma between them. The , operator is equivalent to comma a/. In other words,
does the same thing as
| |||||||||
Tags | text processing |