ZcropText

Crops text to a maximum number of characters and appends an ending string if the text was truncated.

Syntax

ZcropText{text;maxChars;ending}

Arguments

NameTypeRequiredDefault
textstringYes-
maxCharsintegerYes-
endingstringYes-

Example

ZcropText{This is a long sentence;15;...}