Function DisplaySentences

Outputs sentences with parameters to restrict contents

DisplaySentences([VALUE],[MAX_SENTENCES],[MAX_LENGTH])

Parameters

# Type Passing Default Name Description/Comments
1 string required n/a VALUE The value to change
2 integer optional 3 MAX_SENTENCES The maximum number of sentences allowed
3 integer optional 0 MAX_LENGTH The maximum length of the content allowed

Returns

The displayed sentences


Examples

Example of restricting the number of sentences in a property description

{{DisplaySentences(ALIAS.PROPDESC,3)}}