Using Director > Writing Scripts with Lingo > Using operators to manipulate values > String operators |
![]() ![]() ![]() |
String operators
String operators combine and define strings. These are the string operators available in Lingo:
Operator |
Effect |
Precedence |
---|---|---|
& |
Concatenates two strings. |
2 |
&& |
Concatenates two strings and inserts a space between the two. |
2 |
" |
Marks the beginning or end of a string. |
1 |
![]() ![]() ![]() |