Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The relation or constraint attribute @TEXTDELIMITER is used in a relation that is refering to a TeLiTab with multi case text values, it defines the delimiter between these text elements (by default carriage return line feeds or CrLf's ). Used in combination with @TEXTLASTDELIMITER.

Syntax

Place @TEXTDELIMITER:Delimiter in the data slot of the parameter, relation or constraint

...

When you have a TeLiTab with multi case values, you can make a sentence of this dataset by creating a relation, for example, Sentence$=TeLiTab#.TextValue$, and using @TEXTDELIMITER :"," and @TEXTLASTDELIMITER:"and" to place comma's and an and between the values.

...