FutureProg functions
textlastindexof
Number textlastindexof(Text text, Text search)
Contexts: computer function, computer program, standard futureprog
Returns the zero-based index of the last search fragment in the supplied text, ignoring case, or -1 if absent.
text: The text value to inspect
search: The text fragment to search for
Contexts: computer function, computer program, standard futureprog
Returns the zero-based index of the last search fragment in the supplied text, ignoring case, or -1 if absent.
text: The text value to inspect
search: The text fragment to search for