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