FutureProg functions

truncateellipsis

Text · computer function, computer program, standard futureprog

Text truncateellipsis(Text text, Number count)
Contexts: computer function, computer program, standard futureprog
Returns the supplied text truncated to count characters, using an ellipsis when there is room.
text: The text value to truncate
count: The maximum number of characters to return, including the ellipsis

← Back to FutureProg functions