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