FutureProg functions
removetext
Text removetext(Text text, Number index, Number count)
Contexts: computer function, computer program, standard futureprog
Returns the supplied text with up to count characters removed from the zero-based index.
text: The text value to edit
index: The zero-based index at which removal begins
count: The maximum number of characters to remove
Contexts: computer function, computer program, standard futureprog
Returns the supplied text with up to count characters removed from the zero-based index.
text: The text value to edit
index: The zero-based index at which removal begins
count: The maximum number of characters to remove