Text Expressions

Text expressions enable you to manipulate and format string data within your application. This category includes functions for concatenation and other string-related operations.

Expression
Description
Operands Number
Operands Type
Result Type

Text

Represents a string of characters, including letters, numbers, and symbols.

1

Text Constant

Text

Text List

A collection of text strings arranged in a sequence or list format.

>=1

Text Constant

Text List

Concat

Joins two or more text strings into a single continuous string.

>=2

Text

Text

To Lower

Converts all characters in a text string to lowercase.

1

Text

Text

Length

Determines the number of characters in a text string.

>=1

Text

Whole Number

Last updated