FutureProg functions
truncateellipsis
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
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