FutureProg functions

inserttext

Text · computer function, computer program, standard futureprog

Text inserttext(Text text, Number index, Text insertion)
Contexts: computer function, computer program, standard futureprog
Returns the supplied text with another text value inserted at the zero-based index.
text: The text value to edit
index: The zero-based insertion index
insertion: The text to insert

← Back to FutureProg functions