FutureProg functions

midtext

Text · computer function, computer program, standard futureprog

Text midtext(Text text, Number index, Number count)
Contexts: computer function, computer program, standard futureprog
Returns up to count characters from the supplied text starting at the zero-based index.
text: The text value to slice
index: The zero-based starting index
count: The maximum number of characters to return

← Back to FutureProg functions