FutureProg functions

truncatetext

Text · computer function, computer program, standard futureprog

Text truncatetext(Text text, Number count)
Contexts: computer function, computer program, standard futureprog
Returns the supplied text truncated to at most count characters.
text: The text value to truncate
count: The maximum number of characters to keep

← Back to FutureProg functions