Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Everything E3D

Text Operator

  • Last UpdatedMar 11, 2024
  • 1 minute read

The text operator available is +, used for concatenation.

Synopsis

text1 + text2 -> text

-> text

Description

Return the concatenation of two text strings.

Side Effects

None.

Example

’no’ + ’space’ -> ’nospace’

Errors

Text result too long.

Related Links